diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c321094..a08eda0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest", "macos-10.15"] + os: ["ubuntu-latest", "macos-latest"] compiler: [gcc-10, clang] python-version: - "3.8" @@ -23,7 +23,7 @@ jobs: exclude: # Mac OS builds run with clang only - - os: "macos-10.15" + - os: "macos-latest" compiler: gcc-10 # Ubuntu builds run with gcc only