]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Update macOS images used (#1432)
authorRaihaan Shouhell <raihaanhimself@gmail.com>
Mon, 15 Apr 2024 19:16:49 +0000 (03:16 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 19:16:49 +0000 (21:16 +0200)
Updates macos images used. macOS-14 is M1 arm64. Macos11 has been
deprecated and will be removed in june

.github/workflows/build.yaml

index af31f2ff52ceabe800d083048b03c8cb09d8342b..5b162335c947662fc2ffdd957cf3e22169eb360c 100644 (file)
@@ -78,14 +78,6 @@ jobs:
             compiler: gcc
             version: "13"
 
-          - os: macOS-11
-            compiler: xcode
-            version: "11.7"
-
-          - os: macOS-11
-            compiler: xcode
-            version: "12.5.1"
-
           - os: macOS-12
             compiler: xcode
             version: "13.4.1"
@@ -93,6 +85,14 @@ jobs:
           - os: macOS-12
             compiler: xcode
             version: "14.2"
+
+          - os: macOS-13
+            compiler: xcode
+            version: "15.0.1"
+
+          - os: macOS-14
+            compiler: xcode
+            version: "15.3"
     steps:
       - name: Install dependencies on Linux
         if: ${{ runner.os == 'Linux' }}