mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +00:00
Setting up bor to use hosted 18.04 runner as ubuntu provided 18.04 runner is end of life
This commit is contained in:
parent
ac774c2695
commit
6de2a49227
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