summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscivision <scivision@users.noreply.github.com>2023-01-24 22:51:15 -0500
committerscivision <scivision@users.noreply.github.com>2023-01-24 22:51:30 -0500
commit6fd567bbb1274742bf59bcc3dd9c3e917e7ce599 (patch)
tree856c4a037ca2f10b858dc78a75c6eb0e34891969
parente129ff3e404a1430fe96baa284a7180b9390ac5d (diff)
downloadninja-6fd567bbb1274742bf59bcc3dd9c3e917e7ce599.tar.gz
ci:macos package with macos 12 for macos >= 10.15
when this parameter was added, it was also for the last version that recently went end of life
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 0797433..96b7cf1 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -8,7 +8,7 @@ on:
jobs:
build:
- runs-on: macos-11.0
+ runs-on: macos-12
steps:
- uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
- name: Build ninja
shell: bash
env:
- MACOSX_DEPLOYMENT_TARGET: 10.12
+ MACOSX_DEPLOYMENT_TARGET: 10.15
run: |
cmake -Bbuild -GXcode '-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64'
cmake --build build --config Release