We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52a6d9 commit 6880464Copy full SHA for 6880464
1 file changed
.github/workflows/release.yml
@@ -16,12 +16,12 @@ jobs:
16
- target: aarch64-apple-darwin
17
os: macos-14
18
name: codey-darwin-arm64
19
- - target: x86_64-apple-darwin
20
- os: macos-13
21
- name: codey-darwin-x86_64
22
- target: x86_64-unknown-linux-gnu
23
os: ubuntu-latest
24
name: codey-linux-x86_64
+ - target: aarch64-unknown-linux-gnu
+ os: ubuntu-24.04-arm
+ name: codey-linux-arm64
25
26
runs-on: ${{ matrix.os }}
27
0 commit comments