From a2029ba5d2c65823066d2732b09d8c91e70053ed Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Mon, 28 Aug 2023 23:12:03 +0200 Subject: [PATCH] Update macos.yml Use macos-11 image. --- .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 47af9985f..f10b1fd80 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-11 steps: - uses: actions/checkout@v3 - name: Install dependencies