Skip to content

Commit

Permalink
Update macos runner
Browse files Browse the repository at this point in the history
masoc 12 is unsupported now: actions/runner-images#10721
  • Loading branch information
nataliq-pp committed Dec 11, 2024
1 parent 96886bf commit 78958a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
create_github_release:
runs-on: macos-12
runs-on: macos-latest
environment: "Github Release"
steps:
- name: Checkout Repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_sample_app:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
Expand All @@ -17,7 +17,7 @@ jobs:
run: bundle exec fastlane ios build_sample_app

validate-changelog:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
Expand All @@ -27,7 +27,7 @@ jobs:
run: bundle exec fastlane ios check_changelog

validate-podspec:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
Expand Down

0 comments on commit 78958a0

Please sign in to comment.