From ce1e3c44066bc04724989d98a83a48c464da119e Mon Sep 17 00:00:00 2001 From: Gemma Barlow Date: Mon, 23 Sep 2024 15:13:56 -0400 Subject: [PATCH] Add Xcode 16 to CI matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 766a56f..e9a6e56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: matrix: xcode: - '15.4' + - '16.0' steps: - uses: actions/checkout@v4 - name: Select Xcode ${{ matrix.xcode }}