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 79f42e9 commit ef759d8Copy full SHA for ef759d8
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- os: [ ubuntu-22.04-arm, ubuntu-24.04-arm ]
+ os: [ ubuntu-22.04-arm64, ubuntu-24.04-arm64 ]
14
ruby: [ruby-3.4.1]
15
runs-on: ${{ matrix.os }}
16
steps:
0 commit comments