From 4adf66a150ceca1e5e3516380a7a5b5abc2d318e Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Thu, 4 Jul 2024 20:24:42 +0200 Subject: [PATCH] ci/build: use only macos-latest (#1153) --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3f03d15b..5553df290 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,11 +16,9 @@ jobs: matrix: build_type: [Release, Debug] compiler: [gcc, clang] - os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12] + os: [ubuntu-20.04, ubuntu-22.04, macos-latest] exclude: - - os: macos-11 - compiler: gcc - - os: macos-12 + - os: macos-latest compiler: gcc env: CC: ${{ matrix.compiler }}