@setoelkahfi / 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
index 425b371..fff0108 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,35 +25,17 @@ jobs: matrix: include: - target: aarch64-apple-darwin - os: macos-latest + os: macos-26 artifact: sigit-darwin-aarch64 binary: sigit archive_ext: tar.gz - target: x86_64-apple-darwin - os: macos-15-intel + os: macos-26-intel artifact: sigit-darwin-x86_64 binary: sigit archive_ext: tar.gz - - target: x86_64-unknown-linux-gnu - os: ubuntu-latest - artifact: sigit-linux-x86_64 - binary: sigit - archive_ext: tar.gz - - - target: aarch64-unknown-linux-gnu - os: ubuntu-24.04-arm - artifact: sigit-linux-aarch64 - binary: sigit - archive_ext: tar.gz - - - target: x86_64-pc-windows-msvc - os: windows-latest - artifact: sigit-windows-x86_64 - binary: sigit.exe - archive_ext: zip - steps: - name: Checkout uses: actions/checkout@v6