Skip to content

Commit 760e18a

Browse files
authored
Update manual-all-environments.yml
1 parent 6f6d309 commit 760e18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 3
1010
matrix:
1111
# 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 ]
12+
os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-14, macos-13, macos-11, windows-latest, windows-2019 ]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: 'Check out repository'

0 commit comments

Comments
 (0)