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 1fa99e3 commit aabd907Copy full SHA for aabd907
.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] # g3735302 [macos-latest, macos-13]
+ os: [windows-latest, ubuntu-latest, macos-latest, macos-13]
58
fail-fast: false
59
# The type of runner that the job will run on
60
runs-on: ${{ matrix.os }}
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
115
0 commit comments