Skip to content

Commit

Permalink
GitHub: Use macos-12 runner image w/ Xcode 13.2.x
Browse files Browse the repository at this point in the history
(macos-11 is deprecated, and Monterrey with Xcode 13.2.x matches our
official macOS build configuration.)
  • Loading branch information
dcommander committed Jan 31, 2024
1 parent 196a615 commit 16c5c5c
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 @@ -98,7 +98,7 @@ jobs:
make -j$NUMCPUS --load-average=$NUMCPUS
popd
macos:
runs-on: macos-11
runs-on: macos-12
steps:
- name: Set global environment variables
run: |
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Set up build
run: |
brew install md5sha1sum
sudo xcode-select -s /Applications/Xcode_12.4.app
sudo xcode-select -s /Applications/Xcode_13.2.1.app
mkdir -p $HOME/src/vnc.nightly
git clone --depth=1 https://github.com/turbovnc/buildscripts.git -b $BRANCH $HOME/src/buildscripts
mkdir $HOME/libjpeg-turbo-dmg
Expand Down

0 comments on commit 16c5c5c

Please sign in to comment.