We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de071f commit a4ed3a3Copy full SHA for a4ed3a3
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
20
steps:
21
- name: Checkout master branch
22
uses: actions/checkout@v4
0 commit comments