Skip to content

Commit

Permalink
Revert "revert to macos-12 for release so to skip pod lint"
Browse files Browse the repository at this point in the history
This reverts commit edbada4.
  • Loading branch information
HannahShiSFB committed Dec 27, 2024
1 parent 5764419 commit 5cea7c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prod_release_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
TAG: ${{ github.event.release.tag_name }}
jobs:
release-cocoapod-gRPC-Core:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Repo checkout
uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
version=${TAG#v}
timeout 1h scripts/wait_for_pod_release.sh gRPC-Core $version
release-cocoapod-gRPC-Cpp:
runs-on: macos-12
runs-on: macos-14
needs: [release-cocoapod-gRPC-Core]
steps:
- name: Repo checkout
Expand All @@ -47,7 +47,7 @@ jobs:
version=${TAG#v}
timeout 1h scripts/wait_for_pod_release.sh gRPC-C++ $version
release-cocoapod-gRPC-RxLibrary:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Repo checkout
uses: actions/checkout@v3
Expand All @@ -66,7 +66,7 @@ jobs:
timeout 1h scripts/wait_for_pod_release.sh gRPC-RxLibrary $version
release-cocoapod-gRPC:
runs-on: macos-12
runs-on: macos-14
needs: [release-cocoapod-gRPC-RxLibrary, release-cocoapod-gRPC-Core]
steps:
- name: Repo checkout
Expand All @@ -86,7 +86,7 @@ jobs:
timeout 1h scripts/wait_for_pod_release.sh gRPC $version
release-cocoapod-gRPC-ProtoRPC:
runs-on: macos-12
runs-on: macos-14
needs: [release-cocoapod-gRPC-RxLibrary, release-cocoapod-gRPC]
steps:
- name: Repo checkout
Expand Down

0 comments on commit 5cea7c6

Please sign in to comment.