File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 strategy :
2424 matrix :
2525 platform :
26- - runner : ubuntu-22.04
26+ - runner : ubuntu-latest
2727 target : x86_64
28- - runner : ubuntu-22.04
28+ - runner : ubuntu-latest
2929 target : x86
30- - runner : ubuntu-22.04
30+ - runner : ubuntu-latest
3131 target : aarch64
32- - runner : ubuntu-22.04
32+ - runner : ubuntu-latest
3333 target : armv7
34- - runner : ubuntu-22.04
34+ - runner : ubuntu-latest
3535 target : s390x
36- - runner : ubuntu-22.04
36+ - runner : ubuntu-latest
3737 target : ppc64le
3838 steps :
3939 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -74,13 +74,13 @@ jobs:
7474 strategy :
7575 matrix :
7676 platform :
77- - runner : ubuntu-22.04
77+ - runner : ubuntu-latest
7878 target : x86_64
79- - runner : ubuntu-22.04
79+ - runner : ubuntu-latest
8080 target : x86
81- - runner : ubuntu-22.04
81+ - runner : ubuntu-latest
8282 target : aarch64
83- - runner : ubuntu-22.04
83+ - runner : ubuntu-latest
8484 target : armv7
8585 steps :
8686 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -168,9 +168,9 @@ jobs:
168168 strategy :
169169 matrix :
170170 platform :
171- - runner : macos-13
171+ - runner : macos-15-intel
172172 target : x86_64
173- - runner : macos-14
173+ - runner : macos-15
174174 target : aarch64
175175 steps :
176176 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
You can’t perform that action at this time.
0 commit comments