From 7e35f6dc7320d89b13f75465ba4d3793aed962be Mon Sep 17 00:00:00 2001 From: Oneric Date: Thu, 28 Jul 2022 21:26:40 +0200 Subject: ci/gha: bump macos environment to "latest" macos-10.15 is being phased out and currently, prior to full removal, fails unconditionally during specific times. --- .github/workflows/ghci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml index 6904e71..26d64bb 100644 --- a/.github/workflows/ghci.yml +++ b/.github/workflows/ghci.yml @@ -13,11 +13,11 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-10.15] + os: [ubuntu-latest, macos-latest] cc: [gcc, clang] docker_image: [''] exclude: - - os: macos-10.15 + - os: macos-latest cc: gcc include: # Enable distcheck for one build -- cgit v1.2.3