updated runner type

This commit is contained in:
G4MM4 2024-09-27 17:57:22 -05:00
parent dcbe6ffad7
commit e5ab07f113

View File

@ -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: |