diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-11-03 11:21:29 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-11-03 13:29:31 +0100 |
| commit | be52e6b0eb5dfee43f49f3db34fd1137a8ac95de (patch) | |
| tree | 5673f8d28007145d831717a4f40818057501a715 | |
| parent | 4c1c1634d4a6c4fc2dedc7b26c575d7afb5a1e2d (diff) | |
| download | mullvadvpn-be52e6b0eb5dfee43f49f3db34fd1137a8ac95de.tar.xz mullvadvpn-be52e6b0eb5dfee43f49f3db34fd1137a8ac95de.zip | |
CI: Switch to macOS 11 and iOS 13
| -rw-r--r-- | .github/workflows/ios.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index d27aa809d2..54edb6d955 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -9,10 +9,10 @@ on: jobs: test: name: Unit tests - runs-on: macos-10.15 + runs-on: macos-11 strategy: matrix: - destination: ['platform=iOS Simulator,OS=12.4,name=iPhone 8'] + destination: ['platform=iOS Simulator,OS=13.7,name=iPhone 8'] env: source_packages_dir: .spm steps: @@ -32,10 +32,10 @@ jobs: with: go-version: '1.16.5' - - name: Prepare iOS 12 simulator + - name: Prepare iOS simulator run: | sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes - sudo ln -s /Applications/Xcode_10.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 12.4.simruntime + sudo ln -s /Applications/Xcode_11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 13.7.simruntime - name: Build and test run: | |
