0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00

CI: Stop pinning Xcode to 14.1

This was needed to get the macOS 13 SDK when Xcode 14.0 was the default.
It no longer is (at the time of writing the default is 14.2), so we can
(and probably should) stop pinning to the older 14.1
This commit is contained in:
gxalpha 2023-02-26 02:49:22 +01:00 committed by Rodney
parent 6734c9cbc8
commit b0ebcff4e8

View File

@ -163,9 +163,6 @@ jobs:
echo "commitHash=$(git rev-parse --short=9 HEAD)" >> $GITHUB_OUTPUT
- name: 'Switch to Xcode 14.1'
run: sudo xcode-select -switch /Applications/Xcode_14.1.app
- name: 'Install dependencies'
env:
RESTORED_VLC: ${{ steps.vlc-cache.outputs.cache-hit }}