Skip to content

Commit

Permalink
Bump MacOS version in GH actions workflows to be 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Samantha Cannillo committed Feb 22, 2021
1 parent 4ca816e commit 8968262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request, workflow_dispatch]
jobs:
cocoapods:
name: CocoaPods
runs-on: macOS-latest
runs-on: macOS-11.2
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -15,7 +15,7 @@ jobs:
run: pod lib lint
carthage:
name: Carthage
runs-on: macOS-latest
runs-on: macOS-11.2
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -37,7 +37,7 @@ jobs:
run: xcodebuild -project 'SampleApps/CarthageTest/CarthageTest.xcodeproj' -scheme 'CarthageTest' clean build CODE_SIGNING_ALLOWED=NO
spm:
name: SPM
runs-on: macOS-latest
runs-on: macOS-11.2
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request, workflow_dispatch]
jobs:
unit_test_job:
name: Unit
runs-on: macOS-latest
runs-on: macOS-11.2
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -15,7 +15,7 @@ jobs:
run: set -o pipefail && xcodebuild -workspace 'Braintree.xcworkspace' -sdk 'iphonesimulator' -configuration 'Debug' -scheme 'UnitTests' -destination 'name=iPhone 11,platform=iOS Simulator' test | ./Pods/xcbeautify/xcbeautify
ui_test_job:
name: UI
runs-on: macOS-latest
runs-on: macOS-11.2
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -27,7 +27,7 @@ jobs:
run: set -o pipefail && xcodebuild -workspace 'Braintree.xcworkspace' -sdk 'iphonesimulator' -configuration 'Release' -scheme 'UITests' -destination 'name=iPhone 11,platform=iOS Simulator' test | ./Pods/xcbeautify/xcbeautify
integration_test_job:
name: Integration
runs-on: macOS-latest
runs-on: macOS-11.2
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 8968262

Please sign in to comment.