]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_compile_test.yml
Update GitHub workflows
[stockfish] / .github / workflows / stockfish_compile_test.yml
index c7280a85537301d12a3f64e81645dc9a4b926b78..1adc3e34b7cb11becef04632a3667eff34e88498 100644 (file)
@@ -15,22 +15,22 @@ jobs:
             os: ubuntu-20.04
             compiler: g++
             comp: gcc
-            shell: bash {0}
+            shell: bash
           - name: Ubuntu 20.04 Clang
             os: ubuntu-20.04
             compiler: clang++
             comp: clang
-            shell: bash {0}
-          - name: MacOS 12 Apple Clang
-            os: macos-12
+            shell: bash
+          - name: MacOS 13 Apple Clang
+            os: macos-13
             compiler: clang++
             comp: clang
-            shell: bash {0}
-          - name: MacOS 12 GCC 11
-            os: macos-12
+            shell: bash
+          - name: MacOS 13 GCC 11
+            os: macos-13
             compiler: g++-11
             comp: gcc
-            shell: bash {0}
+            shell: bash
           - name: Windows 2022 Mingw-w64 GCC x86_64
             os: windows-2022
             compiler: g++
@@ -51,9 +51,7 @@ jobs:
         working-directory: src
         shell: ${{ matrix.config.shell }}
     steps:
-      - uses: actions/checkout@v3
-        with:
-          fetch-depth: 0
+      - uses: actions/checkout@v4
 
       - name: Setup msys and install required packages
         if: runner.os == 'Windows'