File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
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
Original file line number Diff line number Diff line change 1818
1919jobs :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments