From 866bf9e2b56b89dbd6adfbcce3281a03a5ade040 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 26 Dec 2021 15:31:44 +0100 Subject: [PATCH] workflow: Update macOS builder to macOS-11 --- .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 460f13f93e..1f66344af0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: eigen: NO - profile: macos-eigen-coverage-unity-xcode - os: macOS-10.15 + os: macOS-11 config: Coverage unity: YES generator: Xcode @@ -50,7 +50,7 @@ jobs: eigen: YES - profile: macos-nometa-standard-makefile - os: macOS-10.15 + os: macOS-11 config: Standard unity: NO generator: Unix Makefiles @@ -333,7 +333,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - os: [ubuntu-18.04, windows-2016, macOS-10.15] + os: [ubuntu-18.04, windows-2016, macOS-11] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1