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 0502f5d commit dba1243Copy full SHA for dba1243
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
strategy:
55
matrix:
56
# Run this workflow on different os
57
- os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
+ os: [windows-latest, ubuntu-latest, macos-latest]
58
fail-fast: false
59
# The type of runner that the job will run on
60
runs-on: ${{ matrix.os }}
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
125
126
127
0 commit comments