Skip to content

Commit e42f27b

Browse files
committed
👷‍♀️ SNAFU with Windows Image + Clang version
1 parent 066af41 commit e42f27b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/push-pull_request.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- ubuntu
1717
- windows
1818
- macos
19+
image_version:
20+
- latest
21+
- 2025
1922
compiler:
2023
- msvc
2124
- gcc
@@ -34,7 +37,14 @@ jobs:
3437
os: macos
3538
- compiler: gcc
3639
os: windows
37-
runs-on: ${{matrix.os}}-latest
40+
# workarounds for shitty hard requirements in MSVC STL
41+
- os: ubuntu
42+
image_version: 2025
43+
- os: macos
44+
image_version: 2025
45+
- os: windows
46+
image_version: latest
47+
runs-on: ${{matrix.os}}-${{matrix.image_version}}
3848
env:
3949
CMAKE_CXX_STANDARD: ${{matrix.cxx_standard}}
4050
CMAKE_C_STANDARD: ${{matrix.c_standard}}

0 commit comments

Comments
 (0)