mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +00:00
Merge pull request #812 from cffls/master
Setting up bor to use hosted 18.04 runner as ubuntu provided 18.04 runner is end of life
This commit is contained in:
commit
2e3b77dce4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/packager.yml
vendored
4
.github/workflows/packager.yml
vendored
|
|
@ -12,7 +12,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on:
|
||||||
|
group: ubuntu-runners
|
||||||
|
labels: 18.04RunnerT2Large
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue