Skip to content

Commit

Permalink
Merge pull request #11244 from CocoaPods/1113_bump_integration_specs
Browse files Browse the repository at this point in the history
Bump integration specs for Xcode 13, build examples with Xcode 13, bump Xcodeproj gem.
  • Loading branch information
dnkoutso committed Mar 11, 2022
2 parents 65860b2 + 68d170c commit 8deccdc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Specs.yml
Expand Up @@ -10,10 +10,10 @@ jobs:
os: [ubuntu-18.04]
include:
- task: SPECS
os: macos-10.15
os: macos-11
ruby: system
- task: EXAMPLES
os: macos-10.15
os: macos-11
ruby: system

name: ${{ matrix.task }} / ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1.1
if: ${{ matrix.task == 'EXAMPLES' }}
with:
xcode-version: 12.1
xcode-version: 13.2.1

- name: Run Tests
run: bundle exec rake spec:all
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision: a5d1a29b08ca88f90f47104805bc4fad2efc93c9
revision: 00379095567c88f7a00da25136bad60e41ca2b47
branch: master
specs:
claide (1.0.3)
claide (1.1.0)

GIT
remote: https://github.com/CocoaPods/Core.git
Expand All @@ -30,14 +30,14 @@ GIT

GIT
remote: https://github.com/CocoaPods/Nanaimo.git
revision: 1bf2e6e8781045fed99ca7020d5007234e715dc8
revision: 40cc6326e74000f597bb73d727053d9effe28c7d
branch: master
specs:
nanaimo (0.3.0)

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 2a1f19ad039556a153dd888cc293b9330bdc0f7a
revision: 14c3954d05ca954ee7b43498def8077cc7495509
branch: master
specs:
xcodeproj (1.21.0)
Expand Down Expand Up @@ -132,7 +132,8 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.3)
CFPropertyList (3.0.5)
rexml
activesupport (5.2.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
Expand Down
2 changes: 1 addition & 1 deletion spec/cocoapods-integration-specs

0 comments on commit 8deccdc

Please sign in to comment.