From: Miodrag Milanović Date: Mon, 8 Nov 2021 15:56:24 +0000 (+0100) Subject: Limit macOS GH actions X-Git-Tag: yosys-0.12~44 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd3f3d5df038b7170de73cb7ba496db6735463a2;p=yosys.git Limit macOS GH actions --- diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 1b13d011b..8a7804907 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -8,11 +8,9 @@ jobs: strategy: matrix: os: - - { id: macos-10.15, name: Catalina } - { id: macos-11, name: 'Big Sur' } cpp_std: - 'c++11' - - 'c++14' - 'c++17' fail-fast: false steps: @@ -81,11 +79,8 @@ jobs: os: - { id: macos-10.15, name: Catalina } cpp_std: - - 'c++11' - - 'c++14' - 'c++17' compiler: - - gcc@10 - gcc fail-fast: false steps: