Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
update :
    runs-on: macos-13
  • Loading branch information
imberezin authored Jan 22, 2024
1 parent 297d2aa commit 7463dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
name: "CocoaPods linting"
environment: PR
runs-on: macOS-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
SPM:
name: "Build SPM"
environment: PR
runs-on: macOS-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7463dce

Please sign in to comment.