ubuntu-22.04 is the right runner name

This commit is contained in:
G4MM4 2024-09-28 08:14:46 -05:00
parent 10ace6b43b
commit 512bb16438

View File

@ -13,7 +13,7 @@ on:
jobs:
compile_binaries:
runs-on: gitea/runner-images:ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
@ -95,7 +95,7 @@ jobs:
create_release:
needs: docker_build
if: startsWith(gitea.ref, 'refs/tags/')
runs-on: gitea/runner-images:ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
@ -124,7 +124,7 @@ jobs:
docker_tag_latest:
needs: create_release
if: startsWith(gitea.ref, 'refs/tags/')
runs-on: gitea/runner-images:ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- name: Login to Gitea Container Registry
uses: docker/login-action@v2