Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
fthdgn committed Mar 7, 2024
1 parent 2d73544 commit 909abe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15.2
- name: Generate xcodeproj
run: swift package generate-xcodeproj
- name: Run tests
Expand Down

0 comments on commit 909abe6

Please sign in to comment.