GitHub Actions: Specify Monterey for macOS build

The Big Sur hosted runner is no longer available.
This commit is contained in:
DRC
2024-07-09 17:18:53 -04:00
parent e287a35762
commit 0566d51e09

View File

@@ -51,7 +51,7 @@ jobs:
run: |
aws s3 sync --acl public-read --delete $HOME/src/ljt.nightly/latest/files/ s3://libjpeg-turbo-pr/${{env.BRANCH}}/${{github.job}}/
macos:
runs-on: macos-11
runs-on: macos-12
steps:
- name: Set global environment variables
run: |
@@ -61,7 +61,7 @@ jobs:
- name: Set up build
run: |
brew install yasm md5sha1sum
sudo xcode-select -s /Applications/Xcode_12.4.app
sudo xcode-select -s /Applications/Xcode_13.2.1.app
mkdir -p $HOME/src/ljt.nightly
git clone --depth=1 https://github.com/libjpeg-turbo/buildscripts.git -b $BRANCH $HOME/src/buildscripts
- name: Configure GPG signing