ci: revert back to GH runner

This commit is contained in:
Paul Makles
2024-12-26 14:59:03 +00:00
parent 6448af071b
commit 8bbb579d23

View File

@@ -27,7 +27,7 @@ permissions:
jobs:
base:
runs-on: self-hosted
runs-on: ubuntu-latest
name: Build base image
steps:
# Configure build environment
@@ -57,7 +57,7 @@ jobs:
publish:
needs: [base]
runs-on: self-hosted
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
strategy:
matrix: