mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +00:00
Adjusting the builder of bor, using 20.04 instead of now EOL 18.04 runner
This commit is contained in:
parent
b48b89f852
commit
bf3df86437
1 changed files with 1 additions and 3 deletions
4
.github/workflows/packager.yml
vendored
4
.github/workflows/packager.yml
vendored
|
|
@ -12,9 +12,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on:
|
runs-on: ubuntu-20.04
|
||||||
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