Skip to content

Commit fa63120

Browse files
committed
CI: Add Ubuntu arm64 test
1 parent 69ffd92 commit fa63120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
matrix:
1414
platform:
1515
- { name: 'Linux', os: ubuntu-latest, shell: sh }
16+
- { name: 'Linux (arm64)', os: ubuntu-24.04-arm, shell: sh }
1617
- { name: 'MacOS', os: macos-latest, shell: sh }
1718
# - { name: 'Windows msys2 (mingw32)', os: windows-latest, shell: 'msys2 {0}', msystem: mingw32, msys-env: mingw-w64-i686 }
1819
- { name: 'Windows msys2 (mingw64)', os: windows-latest, shell: 'msys2 {0}', msystem: mingw64, msys-env: mingw-w64-x86_64 }
@@ -86,5 +87,5 @@ jobs:
8687
8788
- name: Check that versioning is consistent
8889
# We only need to run this once: arbitrarily use the Linux build
89-
if: ${{ runner.os == 'Linux' }}
90+
if: ${{ matrix.name == 'Linux' }}
9091
run: ./build-scripts/test-versioning.sh

0 commit comments

Comments
 (0)