Skip to content

Commit eb87dd0

Browse files
committed
chore: Update os matrix
Update the versions of Windows and Mac OSes used in build matrix. Also add back intel Mac since on the latest version that is still supported until 2027. Fixes: #1945 Fixes: #1918
1 parent 8a7ff7d commit eb87dd0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,13 @@ jobs:
9999
- { target: aarch64-unknown-linux-musl , os: ubuntu-24.04, use-cross: true }
100100
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-24.04, use-cross: true }
101101
- { target: arm-unknown-linux-musleabihf, os: ubuntu-24.04, use-cross: true }
102-
- { target: i686-pc-windows-msvc , os: windows-2022 }
102+
- { target: i686-pc-windows-msvc , os: windows-2025 }
103103
- { target: i686-unknown-linux-gnu , os: ubuntu-24.04, use-cross: true }
104104
- { target: i686-unknown-linux-musl , os: ubuntu-24.04, use-cross: true }
105-
- { target: aarch64-apple-darwin , os: macos-14 }
106-
- { target: x86_64-pc-windows-gnu , os: windows-2022 }
107-
- { target: x86_64-pc-windows-msvc , os: windows-2022 }
105+
- { target: x86_64-apple-darwin , os: macos-26-intel
106+
- { target: aarch64-apple-darwin , os: macos-26
107+
- { target: x86_64-pc-windows-gnu , os: windows-2025 }
108+
- { target: x86_64-pc-windows-msvc , os: windows-2025 }
108109
- { target: aarch64-pc-windows-msvc , os: windows-11-arm }
109110
- { target: x86_64-unknown-linux-gnu , os: ubuntu-24.04, use-cross: true }
110111
- { target: x86_64-unknown-linux-musl , os: ubuntu-24.04, use-cross: true }

0 commit comments

Comments
 (0)