Skip to content

Commit 68504c0

Browse files
committed
Added 'ubuntu-24.04-arm' os to CI matrix
1 parent c545b0a commit 68504c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
build:
3232
strategy:
3333
matrix:
34-
os: [windows-latest, ubuntu-latest]
34+
os: [windows-latest, ubuntu-latest, ubuntu-24.04-arm]
3535
runs-on: ${{ matrix.os }}
36-
concurrency: main_tests_${{ github.ref }}
36+
concurrency: main_tests_${{ github.ref }}_${{ matrix.os }}
3737
steps:
3838
- name: Welcome Message
3939
run: 'echo "Started with parameters: ${{ matrix.os }} because ${{ github.event_name }} on ${{ github.ref }}"'

0 commit comments

Comments
 (0)