ci: switch to ubuntu 24.04 pre-emptively

trying to fix build cancellations
This commit is contained in:
Paul Makles
2024-12-22 13:30:27 +00:00
parent b62eeef80c
commit 479f0402ca

View File

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