File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - os : linux
4747 runner : ubuntu-24.04
4848 - os : macos-arm64
49- runner : macos-latest
49+ runner : macos-15
5050 - os : windows
51- runner : windows-latest
51+ runner : windows-2025
5252 steps :
5353 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
5454 with :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414# NOTE: always set shell: bash, otherwise on Windows there might be problems!
1515jobs :
1616 lint :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-24.04
1818 timeout-minutes : 5
1919 steps :
2020 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
3838 fail-fast : false
3939 matrix :
4040 os :
41- - ubuntu-latest
42- - macos-latest
43- - windows-latest
41+ - ubuntu-24.04
42+ - macos-15
43+ - windows-2025
4444 steps :
4545 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4646 with :
Original file line number Diff line number Diff line change 4242 - os : linux
4343 runner : ubuntu-24.04
4444 - os : macos-arm64
45- runner : macos-latest
45+ runner : macos-15
4646 - os : windows
47- runner : windows-latest
47+ runner : windows-2025
4848 steps :
4949 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
5050 with :
Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
6464 target : x86_64-apple-darwin
6565 use-cross : false
6666 - os : macos-arm64
67- runner : macos-latest
67+ runner : macos-15
6868 target : aarch64-apple-darwin
6969 use-cross : false
7070 - os : windows
71- runner : windows-latest
71+ runner : windows-2025
7272 target : x86_64-pc-windows-msvc
7373 use-cross : false
7474 steps :
You can’t perform that action at this time.
0 commit comments