From 7c781aa7b1884c51dec6fab15fae19f70d695ad9 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 992bf4db3..d075594fd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v3 - name: Install dependencies