Skip to content

Commit

Permalink
test: ci test - try without mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed May 3, 2024
1 parent 77f6917 commit 6a72e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down

0 comments on commit 6a72e6d

Please sign in to comment.