Skip to content

Commit

Permalink
ci: update Xcode to 15.3 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Apr 2, 2024
1 parent 5919d9c commit a846342
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app
- uses: actions/cache@v3
with:
path: /tmp/derived-data
Expand All @@ -35,8 +35,8 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app
- name: Build for library evolution
run: make build-for-library-evolution

Expand Down Expand Up @@ -75,8 +75,8 @@ jobs:
name: Build Examples
steps:
- uses: actions/checkout@v3
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app
- name: Prepare Examples Project
run: cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift
- name: Build examples
Expand Down

0 comments on commit a846342

Please sign in to comment.