mac: github actions macos-13 (#10404)

github no longer supports 10.15 so use 13 just to ensure the build does not break
This commit is contained in:
yparitcher
2023-05-14 15:02:01 -04:00
committed by GitHub
parent ea2aeb917b
commit f588edd9b1
2 changed files with 7 additions and 4 deletions

View File

@@ -8,13 +8,14 @@ permissions:
jobs:
macos_build:
# macos-11 and macos-12 are broken at this time being.
# macos-11, macos-12 & macos-13 are broken at this time being.
# https://github.com/koreader/koreader/issues/8686,
# https://github.com/koreader/koreader/issues/8686#issuecomment-1172950236
# Please don't update to newer macOS version unless you can test that the new
# action produces working binaries.
runs-on: macos-10.15
# 10.15 is no longer supported so we are running 13 just to make sure the build does not break.
runs-on: macos-13
steps:
- name: XCode version