From 2f1a63ad30d3a76309d859114997de869a4fef1f Mon Sep 17 00:00:00 2001 From: Alexander Khodko Date: Mon, 30 Sep 2024 16:06:18 +0300 Subject: [PATCH] t --- .github/workflows/swift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 4316bb66..8604ab01 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,7 @@ env: jobs: BuildAndTests: name: Build & Tests - runs-on: macOS-13 + runs-on: macOS-14 env: DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer XCODE_PROJECT: Nivelir.xcodeproj @@ -54,7 +54,7 @@ jobs: Cocoapods: name: Cocoapods - runs-on: macOS-13 + runs-on: macOS-14 steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 @@ -69,7 +69,7 @@ jobs: SPM: name: Swift Package Manager - runs-on: macOS-13 + runs-on: macOS-14 steps: - uses: actions/checkout@v3 - name: Build