Skip to content

Commit

Permalink
Bump CI Xcode to 15.4 (from 15.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalPineapple committed Oct 31, 2024
1 parent 09af75a commit 775c7d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/env.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
xcode_version=15.1
xcode_version=15.4
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
spm:
name: Swift Package Manager

runs-on: macos-13-xlarge
runs-on: macos-14-xlarge

steps:
- name: Switch To Xcode 15.1
run: sudo xcode-select -switch /Applications/Xcode_15.1.app
- name: Switch To Xcode 15.4
run: sudo xcode-select -switch /Applications/Xcode_15.4.app

- name: Checkout repository
uses: actions/checkout@v1
Expand All @@ -28,7 +28,7 @@ jobs:
test:
name: "iOS ${{ matrix.sdk }}"

runs-on: macos-13-xlarge
runs-on: macos-14-xlarge

strategy:
matrix:
Expand Down

0 comments on commit 775c7d3

Please sign in to comment.