mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +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:
|
||||
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