-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
Bumped minimum swift version to 5.7. Still looking at what's causing the tests to fail like they are.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ on: [push, pull_request] | |
jobs: | ||
test: | ||
name: Build and Test Nimble-Snapshots | ||
runs-on: macOS-11 | ||
runs-on: macOS-12 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
||
- name: Setup Xcode version | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: 13.0 | ||
xcode-version: 14.0 | ||
|
||
- name: Set up Ruby 2.7.2 | ||
uses: ruby/[email protected] | ||
|
@@ -34,10 +34,7 @@ jobs: | |
- name: "Create output dir" | ||
run: mkdir output | ||
|
||
- name: Run tests in Swift 4.2 | ||
run: xcodebuild -workspace 'Bootstrap/Bootstrap.xcworkspace' -sdk 'iphonesimulator' -scheme 'Bootstrap' -destination 'name=iPhone 8' SWIFT_VERSION=4.2 build test | tee output/xcodebuild_swift4.2.log | ||
|
||
- name: Run tests in Swift 5.0 | ||
- name: Run tests in Swift 5.X | ||
run: xcodebuild -workspace 'Bootstrap/Bootstrap.xcworkspace' -sdk 'iphonesimulator' -scheme 'Bootstrap' -destination 'name=iPhone 8' SWIFT_VERSION=5.0 build test | tee output/xcodebuild_swift5.0.log | ||
|
||
- name: Run Carthage integration test | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.