Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly specify the Catalina operating system version and update the default Xcode version in the test suite Workflow #18373

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ jobs:
# | ' \/ _` / _| (_) \__ \
# |_|_|_\__,_\__|\___/|___/

smoke-macos-xcode11:
name: "macOS xcode 11"
runs-on: macos-latest
smoke-macos-catalina-xcode12:
name: "macOS (catalina) xcode 12"
runs-on: macos-10.15
timeout-minutes: 120
needs: sanity_check
if: needs.sanity_check.outputs.run_all_jobs == 'true'
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ Jacques Germishuys <jacquesg@striata.com>
Jacqui Caren <Jacqui.Caren@ig.co.uk>
Jake Hamby <jehamby@lightside.com>
Jakub Wilk <jwilk@jwilk.net>
Jae Bradley <jae.b.bradley@gmail.com>
James <james@rf.net>
James A. Duncan <jduncan@fotango.com>
James Clarke <jrtc27@jrtc27.com>
Expand Down