Update CI to macOS 12
authorCharles Giessen <charles@lunarg.com>
Mon, 17 Jun 2024 17:25:06 +0000 (12:25 -0500)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 17 Jun 2024 17:59:30 +0000 (11:59 -0600)
macOS 11 is being removed from github actions.

.github/workflows/build.yml

index aae9b99080f460aac5d41be31b0a80390649dd4e..463b4b4278f30189baa075bd1c0f60383ff18274 100644 (file)
@@ -233,7 +233,7 @@ jobs:
           - run: cmake --install build --prefix build/install
 
     mac:
-        runs-on: macos-11
+        runs-on: macos-12
         strategy:
             matrix:
                 config: [ Debug, Release ]