mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 22:13:47 +00:00
Merge pull request #980 from maticnetwork/djpolygon/remove_1804_runner
EOL 18.04 Support
This commit is contained in:
commit
1beedc7441
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