Skip to content

Commit

Permalink
use macOS-13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 16, 2023
1 parent 46040ee commit 4eb4753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test:
name: Test
needs: xcode-version
runs-on: macOS-latest
runs-on: macOS-13
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags: '*'
jobs:
podspec:
runs-on: macOS-latest
runs-on: macOS-13
steps:
- uses: actions/checkout@v4
- name: Lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
xcodebuild:
name: via xcodebuild
needs: generate-matrix
runs-on: macOS-latest
runs-on: macOS-13
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
xcodebuild_result:
name: Export xcodebuild test result
needs: xcodebuild
runs-on: macOS-latest
runs-on: macOS-13
steps:
- uses: actions/download-artifact@v3
with:
Expand All @@ -81,7 +81,7 @@ jobs:
swift_pm:
name: via SwiftPM
needs: generate-matrix
runs-on: macOS-latest
runs-on: macOS-13
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
Expand Down

0 comments on commit 4eb4753

Please sign in to comment.