Skip to content

Commit fdb5534

Browse files
authored
Merge pull request #1946 from tmccombs/runner-os-update
chore: Update os matrix
2 parents 8a7ff7d + 1b66ab5 commit fdb5534

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)