File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name: daily
17
17
jobs :
18
18
change_log :
19
19
name : ' Create ChangeLog.md'
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-24.04
21
21
22
22
steps :
23
23
- name : Checkout
46
46
name : ' Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})'
47
47
container :
48
48
image : ubuntu:20.04
49
- runs-on : ubuntu-latest
49
+ runs-on : ubuntu-24.04
50
50
51
51
strategy :
52
52
fail-fast : false
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
125
125
build_msys2 :
126
126
name : Build MSYS2
127
- runs-on : windows-latest
127
+ runs-on : windows-2022
128
128
129
129
steps :
130
130
- name : Prepare git
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: windows release
19
19
jobs :
20
20
change_log :
21
21
name : Create ChangeLog.md
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-24.04
23
23
24
24
steps :
25
25
- name : Checkout
@@ -195,7 +195,7 @@ jobs:
195
195
name : Windows source
196
196
needs :
197
197
- change_log
198
- runs-on : windows-latest
198
+ runs-on : windows-2022
199
199
200
200
steps :
201
201
- name : Clone ImageMagick/Windows
You can’t perform that action at this time.
0 commit comments