Skip to content

Commit c045c8e

Browse files
committed
Fix matrix specifier.
1 parent 1787268 commit c045c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
exclude:
5454
# Do not attempt to use arm64 on Windows or Linux.
5555
- os: windows-latest
56-
arch: arm64
56+
architecture: arm64
5757
- os: ubuntu-22.04
58-
arch: arm64
58+
architecture: arm64
5959
# Do not attempt to use x64 on Mac.
6060
- os: macos-14
61-
arch: x64
61+
architecture: x64
6262
steps:
6363
- uses: lukka/get-cmake@latest
6464
with:

0 commit comments

Comments
 (0)