Skip to content

Commit

Permalink
Run CI with Xcode 12.4 (#79)
Browse files Browse the repository at this point in the history
- Minor travis file update to build with Xcode 12.4

Reference:

- https://changelog.travis-ci.com/xcode-12-4-released-187316

Signed-off-by: Kassem Wridan <kwridan@bloomberg.net>
  • Loading branch information
kwridan committed Apr 6, 2021
1 parent 282cae1 commit c4e97a8
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,6 +1,6 @@
language: swift
os: osx
osx_image: xcode12
osx_image: xcode12.4
script:
- ./Scripts/brew.sh && make lint
- make clean build
Expand Down

0 comments on commit c4e97a8

Please sign in to comment.