We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74897b commit 6f6d309Copy full SHA for 6f6d309
.github/workflows/manual-all-environments.yml
@@ -8,7 +8,8 @@ jobs:
8
fail-fast: false
9
max-parallel: 3
10
matrix:
11
- os: [ ubuntu-latest, ubuntu-18.04, macos-latest, macos-10.15, windows-latest, windows-2022, windows-2019 ]
+ # 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 ]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: 'Check out repository'
0 commit comments