From aaa55a112a361567cfa52aa72945c7f3509e658e Mon Sep 17 00:00:00 2001 From: Richard E Barber Date: Sat, 27 Jan 2024 22:21:28 -0800 Subject: [PATCH] bump macos CI workflow to macos-12 macos-11 is obsolete to homebrew --- .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 6f25fd011..8755f7c66 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ on: jobs: build: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v3 - name: Install dependencies