Merge branch 'main' into dev

This commit is contained in:
DRC
2022-09-02 15:11:25 -05:00

View File

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