update github actions

This commit is contained in:
Andras Bacsai 2023-11-03 18:01:17 +01:00
parent 88590fbf0f
commit 0a5a101ef4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ env:
jobs:
amd64:
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to ghcr.io

View File

@ -10,7 +10,7 @@ env:
jobs:
amd64:
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to ghcr.io