Skip to content

Commit

Permalink
update travis ci config to build and test with Xcode 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jalobe committed Nov 7, 2023
1 parent 686e701 commit ef493f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: osx
osx_image: xcode14.0.1
osx_image: xcode14.3.1
language: swift
script: xcodebuild clean build test -project EssentialFeed/EssentialFeed.xcodeproj -scheme "CI" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 comments on commit ef493f6

Please sign in to comment.