summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-11-03 11:21:29 +0100
committerAndrej Mihajlov <and@mullvad.net>2021-11-03 13:29:31 +0100
commitbe52e6b0eb5dfee43f49f3db34fd1137a8ac95de (patch)
tree5673f8d28007145d831717a4f40818057501a715
parent4c1c1634d4a6c4fc2dedc7b26c575d7afb5a1e2d (diff)
downloadmullvadvpn-be52e6b0eb5dfee43f49f3db34fd1137a8ac95de.tar.xz
mullvadvpn-be52e6b0eb5dfee43f49f3db34fd1137a8ac95de.zip
CI: Switch to macOS 11 and iOS 13
-rw-r--r--.github/workflows/ios.yml8
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: |