Skip to content

Commit

Permalink
fix: use ubuntu-24.04 as image
Browse files Browse the repository at this point in the history
use explicitly tagged image instead of ubuntu-latest, as that may be changed and therefore potentially make the ci fail without any changes and only the passing of time
  • Loading branch information
Totto16 committed Dec 17, 2024
1 parent 7da0213 commit ddc968e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
build-smoke-test:
timeout-minutes: 30
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: ${{ matrix.ghc }}-${{ matrix.deb }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

emulated-architecture-tests:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: ${{ matrix.arch }}-${{ matrix.ghc }}-${{ matrix.deb }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
hadolint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
Expand Down

0 comments on commit ddc968e

Please sign in to comment.