From 475f8606dcd1811f409374bd1c8bd4164184626c Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Thu, 4 Feb 2021 15:01:08 +0100 Subject: [PATCH] Remove macOS 11 builds, try to stabilize CI (#2548) Recent examples: - https://github.com/puma/puma/runs/1826040463?check_suite_focus=true - https://github.com/puma/puma/runs/1825682787?check_suite_focus=true - https://github.com/puma/puma/runs/1825683423?check_suite_focus=true - https://github.com/puma/puma/runs/1825636952?check_suite_focus=true - https://github.com/puma/puma/runs/1825636286?check_suite_focus=true GitHub Actions is out of capacity for macOS: https://github.com/actions/virtual-environments/issues/2486 Perhaps better to add macos-11.0 back when the above issue is resolved. --- .github/workflows/mri.yml | 1 - .github/workflows/non_mri.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/mri.yml b/.github/workflows/mri.yml index a23ce653..ca630d05 100644 --- a/.github/workflows/mri.yml +++ b/.github/workflows/mri.yml @@ -26,7 +26,6 @@ jobs: - { os: windows-2019 , ruby: mingw } - { os: ubuntu-20.04 , ruby: 2.7 , no-ssl: ' no SSL' } - { os: windows-2019 , ruby: 2.7 , no-ssl: ' no SSL' } - - { os: macos-11.0 , ruby: 2.7 } exclude: - { os: ubuntu-20.04 , ruby: 2.2 } - { os: ubuntu-20.04 , ruby: 2.3 } diff --git a/.github/workflows/non_mri.yml b/.github/workflows/non_mri.yml index 007f8348..de986756 100644 --- a/.github/workflows/non_mri.yml +++ b/.github/workflows/non_mri.yml @@ -24,7 +24,6 @@ jobs: - { os: ubuntu-20.04 , ruby: jruby, no-ssl: ' no SSL' } - { os: ubuntu-20.04 , ruby: jruby-head, allow-failure: true } - { os: ubuntu-20.04 , ruby: truffleruby-head } - - { os: macos-11.0 , ruby: jruby } - { os: macos-10.15 , ruby: jruby } - { os: macos-10.15 , ruby: truffleruby-head }