Skip to content

Commit

Permalink
ci: don't run on x86_64!
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 21, 2023
1 parent 79a972b commit b690769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
arch: [ "arm32", "aarch64", "x86_64" ]
arch: [ "arm32", "aarch64" ]
fail-fast: false

name: "Build for ${{matrix.arch}}"
Expand Down

0 comments on commit b690769

Please sign in to comment.