Skip to content

Commit 6f6d309

Browse files
authored
Update manual-all-environments.yml
Sync with available GitHub-hosted runner labels: https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job#choosing-github-hosted-runners
1 parent c74897b commit 6f6d309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual-all-environments.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
fail-fast: false
99
max-parallel: 3
1010
matrix:
11-
os: [ ubuntu-latest, ubuntu-18.04, macos-latest, macos-10.15, windows-latest, windows-2022, windows-2019 ]
11+
# https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job#choosing-github-hosted-runners
12+
os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-13, macos-13, macos-11, windows-latest, windows-2019 ]
1213
runs-on: ${{ matrix.os }}
1314
steps:
1415
- name: 'Check out repository'

0 commit comments

Comments
 (0)