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.
1 parent 9284dd4 commit 9db3473Copy full SHA for 9db3473
.github/workflows/run-tests.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- os: [ubuntu-20.04, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
10
steps:
11
- uses: actions/checkout@v1
12
0 commit comments