downgrade to macos-12 as there are not many macos-13 runner instances availble yet

This commit is contained in:
SoftFever 2023-12-26 21:09:58 +08:00
parent 63351c01da
commit 98d8b010c4
4 changed files with 12 additions and 12 deletions

View file

@ -67,7 +67,7 @@ jobs:
cd ${{ github.workspace }}/deps/build
- name: Build on Mac ${{ inputs.arch }}
if: inputs.os == 'macos-13'
if: inputs.os == 'macos-12'
working-directory: ${{ github.workspace }}
run: |
brew install cmake git gettext automake
@ -98,7 +98,7 @@ jobs:
# Upload Artifacts
- name: Upload Mac ${{ inputs.arch }} artifacts
if: inputs.os == 'macos-13'
if: inputs.os == 'macos-12'
uses: actions/upload-artifact@v3
with:
name: OrcaSlicer_dep_mac_${{ inputs.arch }}_${{ env.date }}