Skip to content

Commit 7dd1c3e

Browse files
committed
Specify a version for the runners instead of using the latest.
1 parent f79ad6e commit 7dd1c3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: daily
1717
jobs:
1818
change_log:
1919
name: 'Create ChangeLog.md'
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- name: Checkout
@@ -46,7 +46,7 @@ jobs:
4646
name: 'Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})'
4747
container:
4848
image: ubuntu:20.04
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-24.04
5050

5151
strategy:
5252
fail-fast: false

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
build_msys2:
126126
name: Build MSYS2
127-
runs-on: windows-latest
127+
runs-on: windows-2022
128128

129129
steps:
130130
- name: Prepare git

.github/workflows/windows-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: windows release
1919
jobs:
2020
change_log:
2121
name: Create ChangeLog.md
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323

2424
steps:
2525
- name: Checkout
@@ -195,7 +195,7 @@ jobs:
195195
name: Windows source
196196
needs:
197197
- change_log
198-
runs-on: windows-latest
198+
runs-on: windows-2022
199199

200200
steps:
201201
- name: Clone ImageMagick/Windows

0 commit comments

Comments
 (0)