2
0
mirror of https://github.com/koreader/koreader synced 2024-11-02 15:40:16 +00:00

Revert "[CI] Set macOS Github Action to macOS 12.00 (#9856)" (#9864)

This reverts commit 991b6ab48b.
This commit is contained in:
Frans de Jonge 2022-12-06 08:46:11 +01:00 committed by GitHub
parent b9473fa600
commit 1a3a210392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
# Please don't update to newer macOS version unless you can test that the new
# action produces working binaries.
runs-on: macos-12.00
runs-on: macos-10.15
steps:
- name: XCode version
@ -35,9 +35,9 @@ jobs:
- name: Building in progress…
run: |
export MACOSX_DEPLOYMENT_TARGET=12.00;
export MACOSX_DEPLOYMENT_TARGET=10.15;
export PATH="$(brew --prefix)/opt/gettext/bin:$(brew --prefix)/opt/gnu-getopt/bin:$(brew --prefix)/opt/bison/bin:$(brew --prefix)/opt/grep/libexec/gnubin:${PATH}";
./kodev release macos -d
./kodev release macos
- name: Uploading artifacts
uses: actions/upload-artifact@v3