We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runs-on
1 parent 26050e8 commit 2f034cdCopy full SHA for 2f034cd
.github/workflows/manual-test.yml
@@ -6,16 +6,19 @@ on:
6
type: choice
7
description: 'The runner pool to run the job on'
8
required: true
9
- default: 'ubuntu-22.04'
+ default: ubuntu-24.04
10
options:
11
- - ubuntu-22.04
12
- ubuntu-24.04
13
- - macos-13
14
- - macos-14
+ - ubuntu-22.04
+ - macos-15-large
15
- macos-15
16
- - windows-2019
17
- - windows-2022
+ - macos-14-large
+ - macos-14
+ - macos-13
18
+ - macos-13-xlarge
19
- windows-2025
20
+ - windows-2022
21
+ - windows-2019
22
container-runs-on:
23
24
description: 'The Docker container to run the job on (this overrides the `runs-on` input)'
0 commit comments