From 0277b4536e8d771f64f87fe24993e1325aed6d97 Mon Sep 17 00:00:00 2001 From: STREGA Date: Mon, 1 Jul 2024 13:48:54 -0400 Subject: [PATCH] Update ci.yml --- .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 b7f30ec..0e67168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ on: jobs: Build_Test-Swift: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v3 - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer' + run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer' - name: Swift Version run: swift --version - name: Build using Xcode