Skip to content

Commit

Permalink
Remove all platforms except ubuntu-latests for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
beroset authored Dec 18, 2023
1 parent 8d195c9 commit 39c7605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 39c7605

Please sign in to comment.