]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_compile_test.yml
Switch to macos 13 for CI
[stockfish] / .github / workflows / stockfish_compile_test.yml
index 41f61daba8a540a4f5c8b7333504989443b745dd..90e01537d571fdb2d448023d5eed8fa8b3deec3f 100644 (file)
@@ -21,13 +21,13 @@ jobs:
             compiler: clang++
             comp: clang
             shell: bash
-          - name: MacOS 12 Apple Clang
-            os: macos-12
+          - name: MacOS 13 Apple Clang
+            os: macos-13
             compiler: clang++
             comp: clang
             shell: bash
-          - name: MacOS 12 GCC 11
-            os: macos-12
+          - name: MacOS 13 GCC 11
+            os: macos-13
             compiler: g++-11
             comp: gcc
             shell: bash