Skip to content

Commit

Permalink
Use Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mathebox committed Sep 21, 2023
1 parent c0631c6 commit fca5f92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
jobs:
build-test-common:
name: Common / Build + Test
runs-on: macOS-12
runs-on: macOS-13
strategy:
matrix:
xcode: ['/Applications/Xcode_14.0.app/Contents/Developer']
xcode: ['/Applications/Xcode_15.0.app/Contents/Developer']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -37,10 +37,10 @@ jobs:

build-test-ios:
name: iOS / Build + Test
runs-on: macOS-12
runs-on: macOS-13
strategy:
matrix:
xcode: ['/Applications/Xcode_14.0.app/Contents/Developer']
xcode: ['/Applications/Xcode_15.0.app/Contents/Developer']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -63,10 +63,10 @@ jobs:

lint:
name: Lint code
runs-on: macOS-12
runs-on: macOS-13
strategy:
matrix:
xcode: ['/Applications/Xcode_14.0.app/Contents/Developer']
xcode: ['/Applications/Xcode_15.0.app/Contents/Developer']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -81,10 +81,10 @@ jobs:

check-locales:
name: Check localization
runs-on: macOS-12
runs-on: macOS-13
strategy:
matrix:
xcode: ['/Applications/Xcode_14.0.app/Contents/Developer']
xcode: ['/Applications/Xcode_15.0.app/Contents/Developer']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Development Toolchain

- Xcode 14
- Xcode 15
- bundler: `gem install bundler`

The following tools will be installed via bundler:
Expand Down

0 comments on commit fca5f92

Please sign in to comment.