Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Use Xcode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Dec 30, 2023
1 parent 92bc00e commit 83125c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ env:
jobs:
run_tests:
name: Run tests
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '15.1'
- name: Run tests
run: |
swift test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ concurrency:
jobs:
run_tests:
name: Run tests
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '15.1'
- name: Run tests
run: |
swift test

0 comments on commit 83125c9

Please sign in to comment.