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 18e7056 commit 6c06631Copy full SHA for 6c06631
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
strategy:
28
matrix:
29
- os: [ubuntu-latest]
+ os: [ubuntu-latest, ubuntu-24.04-arm]
30
swift: ["6.1"]
31
steps:
32
- uses: actions/checkout@v4
0 commit comments