From adfbd315b65c39e33bfabf0906a1fac348d95869 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 9 Nov 2023 12:14:23 -0800 Subject: [PATCH] GitHub CI: Use the latest version of macOS Use the "macos-latest" image, otherwise we might run into support issues with Homebrew. [skip ci] --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index add392d5eb..7ea2331726 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,7 +5,7 @@ on: [push] jobs: macos: name: Build & Test - runs-on: macos-11.0 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v3