Skip to content

Commit

Permalink
ci: switch to ubuntu 24.04 pre-emptively
Browse files Browse the repository at this point in the history
trying to fix build cancellations
  • Loading branch information
insertish committed Dec 22, 2024
1 parent b62eeef commit 479f040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:

jobs:
base:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Build base image
steps:
# Configure build environment
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 479f040

Please sign in to comment.