diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 66fcc0c3..22bcb702 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -47,8 +47,6 @@ jobs: strategy: matrix: include: - # NOTE: This is a quick port from .travis.yml in reaction to - # stability issues at Travis CI. - MODE: cmake-oos - MODE: distcheck - MODE: qa-sh diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9f1abf18..f942a8ec 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -47,9 +47,6 @@ jobs: matrix: os: [macos-12, macos-14] include: - # NOTE: This is a quick port from .travis.yml in reaction to - # Homebrew issues at Travis CI. While we have the matrix - # in two places, please keep the two files in sync. Thank you! - MODE: cmake-oos - MODE: distcheck - MODE: qa-sh