mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user