diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-29 15:08:04 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-29 15:08:04 +0000 |
| commit | 45600348c009303847e8cddcfa8483f1f3d56625 (patch) | |
| tree | b76009e3f3b9be0aad422248d07183407dbecb5f | |
| parent | 30be8bcb45d108158c6553eff63db0d9ffb9f88a (diff) | |
| download | rust-45600348c009303847e8cddcfa8483f1f3d56625.tar.gz rust-45600348c009303847e8cddcfa8483f1f3d56625.zip | |
Stop pinning XCode 14
The linker issue with XCode 15 has been fixed.
| -rw-r--r-- | .github/workflows/abi-cafe.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/main.yml | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/abi-cafe.yml b/.github/workflows/abi-cafe.yml index b7063f35a3e..1ed6f8fc359 100644 --- a/.github/workflows/abi-cafe.yml +++ b/.github/workflows/abi-cafe.yml @@ -55,10 +55,6 @@ jobs: if: matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin' run: rustup set default-host x86_64-apple-darwin - - name: Select XCode version - if: matrix.os == 'macos-latest' - run: sudo xcode-select -s /Applications/Xcode_14.3.1.app - - name: Prepare dependencies run: ./y.sh prepare diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fc70871700..a2ae3d63fb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,10 +111,6 @@ jobs: sudo apt-get update sudo apt-get install -y ${{ matrix.apt_deps }} - - name: Select XCode version - if: matrix.os == 'macos-latest' - run: sudo xcode-select -s /Applications/Xcode_14.3.1.app - - name: Prepare dependencies run: ./y.sh prepare @@ -254,10 +250,6 @@ jobs: sudo apt-get update sudo apt-get install -y gcc-mingw-w64-x86-64 - - name: Select XCode version - if: matrix.os == 'macos-latest' - run: sudo xcode-select -s /Applications/Xcode_14.3.1.app - - name: Prepare dependencies run: ./y.sh prepare |
