Skip to content

Commit

Permalink
Use xcode-15
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-londar committed Feb 12, 2025
1 parent 8ae46a2 commit 892f77c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
danger-swiftlint:
name: Danger SwiftLint
runs-on: macos-latest
runs-on: macos-15
continue-on-error: true
if: github.event_name == 'pull_request'
env:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

spm-build:
name: Build Swift Package
runs-on: macos-latest
runs-on: macos-15
strategy:
matrix:
platform: [iOS, macOS, tvOS, watchOS]
Expand All @@ -67,7 +67,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 16.0

- name: Install xcbeautify
run: brew install xcbeautify
Expand All @@ -78,7 +78,7 @@ jobs:
build:
name: Build
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@v4

Expand All @@ -91,7 +91,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 16.0

- name: Build
working-directory: Example
Expand All @@ -107,7 +107,7 @@ jobs:
test:
name: Test
needs: build
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@v4

Expand All @@ -120,7 +120,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 16.0

- name: Tests
working-directory: Tests
Expand Down

0 comments on commit 892f77c

Please sign in to comment.