Compare commits

...

5 Commits

Author SHA1 Message Date
Paul Makles
8bbb579d23 ci: revert back to GH runner 2024-12-26 14:59:03 +00:00
Paul Makles
6448af071b ci: remove purge command 2024-12-22 16:10:09 +00:00
Paul Makles
c2a0ab71df ci: bring our own runner 2024-12-22 16:03:49 +00:00
Paul Makles
7a17165c24 ci: try pin to 20.04 2024-12-22 15:24:36 +00:00
Paul Makles
d7213fa409 fix(ci): try to work-around runner being killed 2024-12-22 14:13:30 +00:00

View File

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