Skip to content

Commit

Permalink
[CI] Use Xcode 15.0 (Swift 5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
inamiy committed Sep 23, 2023
1 parent 47a3b12 commit c4ebe5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -10,32 +10,32 @@ on:
pull_request:

env:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app
DEVELOPER_DIR: /Applications/Xcode_15.0.app

jobs:
xcodebuild-macOS:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make build-macOS

xcodebuild-iOS:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make build-iOS

xcodebuild-tvOS:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make build-tvOS

xcodebuild-watchOS:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Run tests
Expand Down

0 comments on commit c4ebe5a

Please sign in to comment.