We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0204c25 commit 14af033Copy full SHA for 14af033
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
os: [
13
ubuntu-latest, # x86_64
14
macos-13, # x86_64
15
+ ubuntu-24.04-arm, # arm64
16
]
17
runs-on: ${{ matrix.os }}
18
steps:
0 commit comments