Replace deprecated macOS 13 runner image

The macOS 13 runner image will be retired by December 4th, 2025.

closes https://github.com/official-stockfish/Stockfish/pull/6330

No functional change
This commit is contained in:
Sebastian Buchwald
2025-09-28 20:46:42 +02:00
committed by Joost VandeVondele
parent f922fb5d55
commit a82e2a4cb6
2 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -56,21 +56,21 @@ jobs:
base_image: "ppc64le/alpine:latest"
platform: linux/ppc64le
shell: bash
- name: MacOS 13 Apple Clang
os: macos-13
- name: macOS 15 Apple Clang
os: macos-15-intel
compiler: clang++
comp: clang
run_64bit_tests: true
shell: bash
- name: MacOS 14 Apple Clang M1
- name: macOS 14 Apple Clang M1
os: macos-14
compiler: clang++
comp: clang
run_64bit_tests: false
run_m1_tests: true
shell: bash
- name: MacOS 13 GCC 11
os: macos-13
- name: macOS 15 GCC 11
os: macos-15-intel
compiler: g++-11
comp: gcc
run_64bit_tests: true