Skip to content

Commit 3d85fe0

Browse files
authored
Use macOS 11 in CI (#527)
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent 08395ba commit 3d85fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ jobs:
975975
# TODO: Add tests of iOS build
976976
publish-ios-wrapper:
977977
needs: workflow-setup
978-
runs-on: macos-10.15
978+
runs-on: macos-11
979979
env:
980980
LIBVCX_VERSION: ${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}
981981
PUBLISH_VERSION: ${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}

0 commit comments

Comments
 (0)