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