Skip to content

Commit

Permalink
Update CI (#1033)
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
durswd authored Dec 22, 2024
1 parent 56ca71f commit 41a96a2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
os: windows-2019
label: Win_x86
- name: mac
os: macos-12
os: macos-13
label: Mac

name: Build on ${{ matrix.name }}
Expand All @@ -92,12 +92,6 @@ jobs:
git lfs install
git lfs pull
- name: Install Cmake for macOS (because of libpng)
if: matrix.name == 'mac'
uses: jwlawson/[email protected]
with:
cmake-version: '3.18.x'

- name: Install Linux Dependencies
if: matrix.name == 'linux'
run: |
Expand All @@ -116,7 +110,7 @@ jobs:
if [ "${{ matrix.name }}" = "mac" ];
then
export PACKAGEING_FOR_MAC=1
sudo xcode-select --switch /Applications/Xcode_13.1.app
sudo xcode-select --switch /Applications/Xcode_14.1.app
fi
if [ "${{ matrix.name }}" = "windows_x86" ];
then
Expand Down Expand Up @@ -222,4 +216,3 @@ jobs:
--data-binary @"$filename" \
"$url"
done

0 comments on commit 41a96a2

Please sign in to comment.