From c5e91acc54df995d9aa4ba0a235c9ff846870d22 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 22 May 2024 09:44:40 -0700 Subject: [PATCH] remove macos-11 tests from github actions Github has announved they will soon deprecate macos-11 Replaced it with macos-latest --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66b681c..e7215f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -475,7 +475,7 @@ jobs: make clean; LDFLAGS="-static" CC=$XCC RUN_ENV=$XEMU make check - # macOS, { 11, 12 } + # macOS macos-general: name: ${{ matrix.system.os }} @@ -484,8 +484,8 @@ jobs: fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed. matrix: system: [ - { os: macos-11 }, - { os: macos-12 }, + { os: macos-12 }, + { os: macos-latest }, ] steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5