From 7be4af8774198a030b5d06483e9b1ace27c66cc5 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 22 Oct 2024 11:50:47 +0200 Subject: [PATCH] CI: upgrade runner to macOS 13 (Ventura) macOS 12 (Monterey) will be removed on 3rd December. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1d123..df80cf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - os: ubuntu-22.04 container: mcr.microsoft.com/dotnet/sdk:8.0-alpine3.18 script: ./build.sh - - os: macos-12 + - os: macos-13 script: ./build.sh - os: windows-2022 script: .\build.ps1 @@ -33,7 +33,7 @@ jobs: - name: Dependencies (Alpine 3.18) if: contains(matrix.container, 'alpine') run: apk add bash font-noto --update-cache - - name: Setup dotnet (macOS 12, Windows 2022) + - name: Setup dotnet (macOS 13, Windows 2022) if: runner.os != 'Linux' uses: actions/setup-dotnet@v4 with: