Skip to content

Commit 0b0ca5f

Browse files
Updated all workflows to run using macOS-11
1 parent c869076 commit 0b0ca5f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/carthage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
build:
2121
name: Build
22-
runs-on: macOS-latest
22+
runs-on: macOS-11
2323
env:
2424
LOGSDIR: /tmp/.keyvalueobservation.carthage/Logs
2525

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
linttype: [Dynamic, Static]
2222

2323
name: Lint
24-
runs-on: macOS-latest
24+
runs-on: macOS-11
2525
env:
2626
LOGSDIR: /tmp/.keyvalueobservation.cocoapods/Logs/${{ matrix.linttype }}
2727
LINT_TYPE: ${{ matrix.linttype }}

.github/workflows/publish-cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish:
88
name: Publish CocoaPods
9-
runs-on: macOS-latest
9+
runs-on: macOS-11
1010
env:
1111
LOGSDIR: /tmp/.keyvalueobservation.cocoapods/Logs
1212
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

.github/workflows/upload-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
xcframework:
88
name: Upload XCFramework Assets
9-
runs-on: macOS-latest
9+
runs-on: macOS-11
1010
env:
1111
TMPDIR: /tmp/.keyvalueobservation.assets-xcframework.build
1212

.github/workflows/xcframework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
build:
2121
name: Build
22-
runs-on: macOS-latest
22+
runs-on: macOS-11
2323
env:
2424
TMPDIR: /tmp/.keyvalueobservation.xcframework.build
2525

.github/workflows/xcodebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
ios:
2020
name: iOS
21-
runs-on: macOS-latest
21+
runs-on: macOS-11
2222
env:
2323
LOGSDIR: /tmp/.keyvalueobservation.xcodebuild/iOS/Logs
2424

@@ -56,7 +56,7 @@ jobs:
5656

5757
maccatalyst:
5858
name: Mac Catalyst
59-
runs-on: macOS-latest
59+
runs-on: macOS-11
6060
env:
6161
LOGSDIR: /tmp/.keyvalueobservation.xcodebuild/macCatalyst/Logs
6262

@@ -85,7 +85,7 @@ jobs:
8585

8686
macos:
8787
name: macOS
88-
runs-on: macOS-latest
88+
runs-on: macOS-11
8989
env:
9090
LOGSDIR: /tmp/.keyvalueobservation.xcodebuild/macOS/Logs
9191

@@ -129,7 +129,7 @@ jobs:
129129

130130
tvos:
131131
name: tvOS
132-
runs-on: macOS-latest
132+
runs-on: macOS-11
133133
env:
134134
LOGSDIR: /tmp/.keyvalueobservation.xcodebuild/tvOS/Logs
135135

0 commit comments

Comments
 (0)