Skip to content

Commit 2f034cd

Browse files
committed
ci(manual-test): update runs-on options
Brought to you by the new `update-manual-test.js` script. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 26050e8 commit 2f034cd

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/manual-test.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ on:
66
type: choice
77
description: 'The runner pool to run the job on'
88
required: true
9-
default: 'ubuntu-22.04'
9+
default: ubuntu-24.04
1010
options:
11-
- ubuntu-22.04
1211
- ubuntu-24.04
13-
- macos-13
14-
- macos-14
12+
- ubuntu-22.04
13+
- macos-15-large
1514
- macos-15
16-
- windows-2019
17-
- windows-2022
15+
- macos-14-large
16+
- macos-14
17+
- macos-13
18+
- macos-13-xlarge
1819
- windows-2025
20+
- windows-2022
21+
- windows-2019
1922
container-runs-on:
2023
type: choice
2124
description: 'The Docker container to run the job on (this overrides the `runs-on` input)'

0 commit comments

Comments
 (0)