Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Feb 12, 2025
1 parent 76cdad8 commit 0f2f69b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-14 ]
os: [ ubuntu-latest ]

steps:
- name: Check out
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:

test:
needs: build
if: false
name: Test on API ${{ matrix.api-level }} ${{ matrix.arch }}
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 0f2f69b

Please sign in to comment.