Skip to content

Commit 3402661

Browse files
committed
macos11
1 parent 22e75b4 commit 3402661

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
post-deployment:
14-
runs-on: macOS-latest
14+
runs-on: macOS-11
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: maxim-lobanov/setup-xcode@v1

.github/workflows/release-to-public-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
create-doc-and-push-to-another-repo:
21-
runs-on: macos-12
21+
runs-on: macos-11
2222
steps:
2323
# Checkout both repos
2424
- uses: maxim-lobanov/setup-xcode@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Then proceed with release
1818
release:
1919
# needs: do_validation
20-
runs-on: macOS-latest
20+
runs-on: macOS-11
2121
# This deal with version bump and push to cocoapods
2222
steps:
2323
# Checks-out to repo

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# This workflow contains a single job called "build"
2121
validation:
2222
# The type of runner that the job will run on
23-
runs-on: macOS-12
23+
runs-on: macOS-11
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:

0 commit comments

Comments
 (0)