Skip to content

Commit f9c74d3

Browse files
authored
remove macos 13 (#458)
1 parent 71cb002 commit f9c74d3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
include:
2121
- { os: ubuntu-24.04, build_profile: ubuntu-24.04-clang-18, host_profile: ubuntu-24.04-clang-18 }
2222
- { os: ubuntu-24.04, build_profile: ubuntu-24.04-gcc-14, host_profile: ubuntu-24.04-gcc-14 }
23-
- { os: macos-13, build_profile: macos-13-clang-14, host_profile: macos-13-clang-14 }
2423
- { os: macos-14, build_profile: macos-14-armv8-clang-14, host_profile: macos-14-armv8-clang-14 }
2524
- { os: windows-2022, build_profile: windows-2022-msvc-1940, host_profile: windows-2022-msvc-1940 }
2625
- { os: ubuntu-24.04, build_profile: ubuntu-24.04-clang-18, host_profile: android-35-x86_64, ndk_version: 28.1.13356709 }
@@ -191,7 +190,6 @@ jobs:
191190
# fails at the moment because of pdf2htmlex
192191
#- { os: ubuntu-24.04, host_profile: ubuntu-24.04-clang-18 }
193192
#- { os: ubuntu-24.04, host_profile: ubuntu-24.04-gcc-14 }
194-
#- { os: macos-13, host_profile: macos-13-clang-14 }
195193
- { os: macos-14, host_profile: macos-14-armv8-clang-14 }
196194
# Windows test disabled because:
197195
# Running main() from C:\Users\runneradmin\.conan2\p\b\gtestdd9407d368b89\b\src\googletest\src\gtest_main.cc
@@ -276,7 +274,6 @@ jobs:
276274
include:
277275
- { os: ubuntu-24.04, build_profile: ubuntu-24.04-clang-18, host_profile: ubuntu-24.04-clang-18 }
278276
- { os: ubuntu-24.04, build_profile: ubuntu-24.04-gcc-14, host_profile: ubuntu-24.04-gcc-14 }
279-
- { os: macos-13, build_profile: macos-13-clang-14, host_profile: macos-13-clang-14 }
280277
- { os: macos-14, build_profile: macos-14-armv8-clang-14, host_profile: macos-14-armv8-clang-14 }
281278
- { os: windows-2022, build_profile: windows-2022-msvc-1940, host_profile: windows-2022-msvc-1940 }
282279
- { os: ubuntu-24.04, build_profile: ubuntu-24.04-clang-18, host_profile: android-35-x86_64, ndk_version: 28.1.13356709 }

0 commit comments

Comments
 (0)