Skip to content

Commit

Permalink
Upgrade a version of mac (#1017)
Browse files Browse the repository at this point in the history
Upgrade a version of mac
  • Loading branch information
durswd authored Jul 9, 2024
1 parent 8619dc1 commit 1464d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
os: windows-2019
label: Win
- name: mac
os: macos-11
os: macos-12
label: Mac

name: Build on ${{ matrix.name }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
if [ "${{ matrix.name }}" = "mac" ];
then
export PACKAGEING_FOR_MAC=1
sudo xcode-select --switch /Applications/Xcode_11.7.app
sudo xcode-select --switch /Applications/Xcode_13.1.app
fi
python3 build.py || python build.py
Expand Down

0 comments on commit 1464d80

Please sign in to comment.