Skip to content

Commit 8c62814

Browse files
committed
github ci: change to Xcode 13 beta
Signed-off-by: Finn Behrens <[email protected]>
1 parent c32047e commit 8c62814

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: Build
19-
runs-on: macos-latest
19+
runs-on: macos-11
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
tests:
1818
name: Tests
19-
runs-on: macos-latest
19+
runs-on: macos-11
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/release-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build:
1717
name: Release
18-
runs-on: macos-latest
18+
runs-on: macos-11
1919

2020
steps:
2121
- uses: actions/checkout@v2

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platform :ios do
2121

2222
before_all do
2323
# Ensure used Xcode version
24-
xcversion(version: "~> 12.1")
24+
xcversion(version: "~> 13.0")
2525
end
2626

2727
#### Public ####

0 commit comments

Comments
 (0)