Skip to content

Commit ddc968e

Browse files
committed
fix: use ubuntu-24.04 as image
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
1 parent 7da0213 commit ddc968e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/debian.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
build-smoke-test:
2121
timeout-minutes: 30
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
name: ${{ matrix.ghc }}-${{ matrix.deb }}
2424
strategy:
2525
fail-fast: false
@@ -78,7 +78,7 @@ jobs:
7878

7979
emulated-architecture-tests:
8080
timeout-minutes: 60
81-
runs-on: ubuntu-latest
81+
runs-on: ubuntu-24.04
8282
name: ${{ matrix.arch }}-${{ matrix.ghc }}-${{ matrix.deb }}
8383
strategy:
8484
fail-fast: false

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
hadolint:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: hadolint/[email protected]

0 commit comments

Comments
 (0)