@hej / sigit / commits / 374f49b

Update macOS build matrix versions in release workflow

Seto Elkahfi committed Apr 14, 2026 at 22:22 UTC 374f49bba98be4dc0f4f27ec455b5395a0ae6063
1 file changed +2 -20
.github/workflows/release.yml
+2 -20
@@ -25,35 +25,17 @@ jobs:
25 matrix:
26 include:
27 - target: aarch64-apple-darwin
28 - os: macos-latest
28 + os: macos-26
29 artifact: sigit-darwin-aarch64
30 binary: sigit
31 archive_ext: tar.gz
32
33 - target: x86_64-apple-darwin
34 - os: macos-15-intel
34 + os: macos-26-intel
35 artifact: sigit-darwin-x86_64
36 binary: sigit
37 archive_ext: tar.gz
38
39 - - target: x86_64-unknown-linux-gnu
40 - os: ubuntu-latest
41 - artifact: sigit-linux-x86_64
42 - binary: sigit
43 - archive_ext: tar.gz
44 -
45 - - target: aarch64-unknown-linux-gnu
46 - os: ubuntu-24.04-arm
47 - artifact: sigit-linux-aarch64
48 - binary: sigit
49 - archive_ext: tar.gz
50 -
51 - - target: x86_64-pc-windows-msvc
52 - os: windows-latest
53 - artifact: sigit-windows-x86_64
54 - binary: sigit.exe
55 - archive_ext: zip
56 -
39 steps:
40 - name: Checkout
41 uses: actions/checkout@v6