We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc5c32 commit 32ab944Copy full SHA for 32ab944
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,8 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ubuntu-latest, macos-14]
+ # os: [ubuntu-latest, macos-14]
15
+ os: [ubuntu-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v4
0 commit comments