Skip to content

Commit

Permalink
Update dependency macos to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and frett committed Aug 9, 2023
1 parent 32ee952 commit 3d66c52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
name: Build
# run on mac so iOS compilation is executed as well
runs-on: macos-11
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:

ios_tests:
name: iOS Unit Tests
runs-on: macos-11
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

lint_ios_podspec:
name: Lint iOS Podspec
runs-on: macos-11
runs-on: macos-13
if: github.event_name == 'pull_request'
steps:
- name: Checkout code
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:

deploy_ios_podspec:
name: Publish iOS Podspec
runs-on: macos-11
runs-on: macos-13
if: |
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'Publish PR SNAPSHOT: CocoaPods')) ||
Expand Down

0 comments on commit 3d66c52

Please sign in to comment.