From b22b6ae2f7633170565e5888e8ed7950b2990e9c Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 16 Sep 2024 09:52:56 -0700 Subject: [PATCH] Update CI to use the Xcode 16 release (#132) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd60dd9..6833bd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: xcode: - 15.2 - 15.4 - - 16_beta_6 + - '16.0' name: macOS runs-on: macos-14 steps: @@ -50,7 +50,7 @@ jobs: - Release xcode: - 15.4 - - 16_beta_6 + - '16.0' name: Examples runs-on: macos-14 steps: