[Scummvm-git-logs] scummvm master -> b891062a20e77c746bd7e299813aa17a53189703
SupSuper
supsuper at gmail.com
Tue Nov 2 11:12:19 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b891062a20 CI: Remove outdated Xcode version check
Commit: b891062a20e77c746bd7e299813aa17a53189703
https://github.com/scummvm/scummvm/commit/b891062a20e77c746bd7e299813aa17a53189703
Author: SupSuper (supsuper at gmail.com)
Date: 2021-11-02T11:11:59Z
Commit Message:
CI: Remove outdated Xcode version check
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9e98123b4e..d8228ceca4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -122,8 +122,6 @@ jobs:
curl -L -o libs.zip ${{ matrix.packagesUrl }}
unzip libs.zip
ls
- - name: Select Xcode
- run: sudo xcode-select -switch /Applications/Xcode_10.3.app && /usr/bin/xcodebuild -version
- name: Build create_project
run: |
cd devtools/create_project/xcode
More information about the Scummvm-git-logs
mailing list