Skip to content

Commit 6880464

Browse files
committed
Update release targets: macOS 14 ARM, Linux x86_64/ARM
1 parent a52a6d9 commit 6880464

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- target: aarch64-apple-darwin
1717
os: macos-14
1818
name: codey-darwin-arm64
19-
- target: x86_64-apple-darwin
20-
os: macos-13
21-
name: codey-darwin-x86_64
2219
- target: x86_64-unknown-linux-gnu
2320
os: ubuntu-latest
2421
name: codey-linux-x86_64
22+
- target: aarch64-unknown-linux-gnu
23+
os: ubuntu-24.04-arm
24+
name: codey-linux-arm64
2525

2626
runs-on: ${{ matrix.os }}
2727

0 commit comments

Comments
 (0)