Skip to content

Commit

Permalink
Merge branch 'master' into medamine/migrate-to-sp
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin authored Jun 28, 2024
2 parents 3aed62a + 66d274a commit bb0e628
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittestall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,name=iPhone 14,OS=16.2']
destination: ['platform=iOS Simulator,name=iPhone 15,OS=17.2']
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1.4.0
- uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: latest-stable
- name: Setup environment
uses: ruby/setup-ruby@v1.84.0
uses: ruby/setup-ruby@v1.182.0
with:
ruby-version: '3.0.1'
ruby-version: '3.0.7'
bundler-cache: true
- name: Test StylableSwiftUI
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

ruby "3.0.1"
ruby "3.0.7"

gem "cocoapods"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
activesupport (7.0.6)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down

0 comments on commit bb0e628

Please sign in to comment.