We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c545b0a commit 68504c0Copy full SHA for 68504c0
.github/workflows/ci.yml
@@ -31,9 +31,9 @@ jobs:
31
build:
32
strategy:
33
matrix:
34
- os: [windows-latest, ubuntu-latest]
+ os: [windows-latest, ubuntu-latest, ubuntu-24.04-arm]
35
runs-on: ${{ matrix.os }}
36
- concurrency: main_tests_${{ github.ref }}
+ concurrency: main_tests_${{ github.ref }}_${{ matrix.os }}
37
steps:
38
- name: Welcome Message
39
run: 'echo "Started with parameters: ${{ matrix.os }} because ${{ github.event_name }} on ${{ github.ref }}"'
0 commit comments