diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de10a196b..b510c8f5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: env: WORKSPACE: ${{ github.workspace }} - DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer BUILD_NUMBER: ${{ github.event.inputs.buildNumber }} YEAR: ${{ github.event.inputs.buildYear }} @@ -47,8 +47,8 @@ jobs: runner: - macos-11.0 xcode: - - Xcode_12.5 - - Xcode_13.0 + - Xcode_12.5.1 + - Xcode_13.1 target: - template - template-angle