Skip to content

Commit 2abc800

Browse files
authored
Merge pull request #280 from nils-a/feature/GH-279
(#279) pin linux builds to ubuntu-22.04 instead of 24.04
2 parents d90dec3 + eb50170 commit 2abc800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [windows-2022, ubuntu-24.04]
22+
os: [windows-2022, ubuntu-22.04]
2323

2424
env:
2525
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
analyze:
1313
name: Analyze
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
strategy:
1717
fail-fast: false

0 commit comments

Comments
 (0)