diff options
author | Jae Bradley <jae.b.bradley@gmail.com> | 2020-12-01 15:04:51 -0500 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-12-08 06:24:15 -0700 |
commit | d80154ffa1c0f9a77bcac763de4a167b55f3cf6f (patch) | |
tree | df612a2aa455628c41aeaa62179c5f6399cc93b2 /.github | |
parent | 066646363b13856748eb8e0266f99e1470e0dd43 (diff) | |
download | perl-d80154ffa1c0f9a77bcac763de4a167b55f3cf6f.tar.gz |
Explicitly use Catalina when running the test with Xcode 11
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/testsuite.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 6d422abc64..0410b267a4 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -200,9 +200,9 @@ jobs: # | ' \/ _` / _| (_) \__ \ # |_|_|_\__,_\__|\___/|___/ - smoke-macos-xcode11: - name: "macOS xcode 11" - runs-on: macos-latest + smoke-macos-catalina-xcode11: + name: "macOS (catalina) xcode 11" + runs-on: macos-10.0 timeout-minutes: 120 needs: sanity_check if: needs.sanity_check.outputs.run_all_jobs == 'true' |