From ed21da65270c85eac3f3e5787468760242931b74 Mon Sep 17 00:00:00 2001 From: Carson Radtke Date: Mon, 25 Nov 2024 10:14:05 -0600 Subject: [PATCH] looks like xcode 16.1 support is not coming soon --- .github/workflows/compilers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index aa2c123..44d2044 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -54,7 +54,7 @@ jobs: xcode: strategy: matrix: - xcode_version: [ '15.4', '16.1' ] + xcode_version: [ '15.4' ] build_type: [ Debug, Release ] cxx_version: [ 14, 17, 20, 23 ] runs-on: macos-latest