From: Charles Giessen Date: Mon, 17 Jun 2024 17:25:06 +0000 (-0500) Subject: Update CI to macOS 12 X-Git-Tag: upstream/1.3.296~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db0d129d43bda308328f91b15a5409161fbd50b7;p=platform%2Fupstream%2FVulkan-Loader.git Update CI to macOS 12 macOS 11 is being removed from github actions. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aae9b990..463b4b42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 ]