Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
juicyfru1t committed Sep 30, 2024
1 parent 3cfe88a commit 2f1a63a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2f1a63a

Please sign in to comment.