mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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:
|
||||
build:
|
||||
runs-on:
|
||||
group: ubuntu-runners
|
||||
labels: 18.04RunnerT2Large
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue