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

This reverts commit 991b6ab48b.
pull/9880/head
Frans de Jonge 2 years ago committed by GitHub
parent b9473fa600
commit 1a3a210392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ jobs:
# Please don't update to newer macOS version unless you can test that the new # Please don't update to newer macOS version unless you can test that the new
# action produces working binaries. # action produces working binaries.
runs-on: macos-12.00 runs-on: macos-10.15
steps: steps:
- name: XCode version - name: XCode version
@ -35,9 +35,9 @@ jobs:
- name: Building in progress… - name: Building in progress…
run: | 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}"; 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 - name: Uploading artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3

Loading…
Cancel
Save