Skip to content

Commit

Permalink
ci: Update Xcode and Swift version (#87)
Browse files Browse the repository at this point in the history
* ci: Update Xcode and Swift

* Update release.yml

* Update ci.yml

* switch to macOS 13

* Update ci.yml

* Update ci.yml

* try Xcode 14.2 for codecov

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update ci.yml
  • Loading branch information
cbaker6 authored Jun 26, 2023
1 parent 7c9b781 commit 5f2c5f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CI_XCODE_OLDEST: '/Applications/Xcode_13.3.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.3.1.app/Contents/Developer'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -18,7 +18,7 @@ concurrency:
jobs:
test:
timeout-minutes: 15
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
destination: ['platform=iOS\ Simulator,name=iPhone\ 14\ Pro\ Max', 'platform\=tvOS\ Simulator,name\=Apple\ TV', 'platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 5\ \(40mm\)', 'platform=macOS']
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

spm-test:
timeout-minutes: 15
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Create and set the default keychain
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
docs:
timeout-minutes: 10
needs: linux
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Use multiple cores
Expand All @@ -161,7 +161,7 @@ jobs:

cocoapods:
needs: linux
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Use multiple cores
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
types: [published]
env:
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.2.app/Contents/Developer'
CI_XCODE_LATEST: '/Applications/Xcode_14.3.app/Contents/Developer'

jobs:
cocoapods:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Get release version
Expand All @@ -26,7 +26,7 @@ jobs:
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}

docs:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Get release version
Expand Down

0 comments on commit 5f2c5f4

Please sign in to comment.