Skip to content

Commit

Permalink
GitHub: Use macos-13 runner image w/ Xcode 14.2
Browse files Browse the repository at this point in the history
(macos-12 is deprecated.)
  • Loading branch information
dcommander committed Oct 23, 2024
1 parent ce62c62 commit d84c87b
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-12
runs-on: macos-13
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_13.2.1.app
sudo xcode-select -s /Applications/Xcode_14.2.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 d84c87b

Please sign in to comment.