updated runner type
This commit is contained in:
parent
dcbe6ffad7
commit
e5ab07f113
@ -17,7 +17,7 @@ env:
|
||||
|
||||
jobs:
|
||||
docker_build:
|
||||
runs-on: ubuntu-latest # Gitea Cloud should recognize this and allocate an appropriate runner
|
||||
runs-on: ubuntu:22.04
|
||||
steps:
|
||||
- name: Checkout Erigon Pulse Repo
|
||||
uses: actions/checkout@v3
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
create_release:
|
||||
needs: docker_build
|
||||
if: startsWith(gitea.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-latest # Gitea Cloud should recognize this and allocate an appropriate runner
|
||||
runs-on: ubuntu:22.04
|
||||
steps:
|
||||
- name: Create Release
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user