Skip to content

Commit

Permalink
Merge pull request #812 from cffls/master
Browse files Browse the repository at this point in the history
Setting up bor to use hosted 18.04 runner as ubuntu provided 18.04 runner is end of life
  • Loading branch information
cffls authored Apr 5, 2023
2 parents ac774c2 + 6de2a49 commit 2e3b77d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on:
group: ubuntu-runners
labels: 18.04RunnerT2Large
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2e3b77d

Please sign in to comment.