From f3f030882ab340193bff00a4ec764d10d1cd631f Mon Sep 17 00:00:00 2001 From: James Johnson Date: Mon, 23 Oct 2023 16:41:37 -0700 Subject: [PATCH] ci: macos-10.15 -> macos-latest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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