From 8f4d30d54b8912208c020dc81e8fc8706b93d067 Mon Sep 17 00:00:00 2001 From: Vinzenz Weist Date: Sun, 14 Jul 2024 03:25:35 +0200 Subject: [PATCH] [M] updated workflow --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 4b858f6..a04ffdd 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -10,14 +10,14 @@ on: - main jobs: build-and-test: - runs-on: macos-13 + runs-on: macos-14 steps: - name: 🛒 Checkout Code uses: actions/checkout@v3 - name: 📦 Set Xcode Version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.3' + xcode-version: '15.4' - name: 🛠️ Build and Test with Code Coverage run: | swift test --enable-code-coverage