From 6af011a1df34624c7658fe67f79e7c7a854e031b Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Thu, 9 Jan 2025 18:18:47 -0800 Subject: [PATCH] macOS 12 runner for GitHub Actions is deprecated --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 07e3fd6..0d535f7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -43,9 +43,9 @@ jobs: strategy: matrix: cfg: - - { os: macOS-12, xcode: Xcode_13.4.1 } - { os: macOS-13, xcode: Xcode_14.3.1 } - { os: macOS-14, xcode: Xcode_15.3 } + - { os: macOS-15, xcode: Xcode_16.2 } steps: - uses: actions/checkout@v4 with: