Skip to content

Commit

Permalink
macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhvorost committed Sep 19, 2024
1 parent 502c0cc commit 03de77e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macOS-13
runs-on: macOS-14

steps:
- uses: actions/checkout@v3
Expand All @@ -16,9 +16,6 @@ jobs:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}

- name: Xcode 15
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'

- name: Build
run: swift build

Expand Down

0 comments on commit 03de77e

Please sign in to comment.