From 22f8809eceabc8cf8854ff960fc13689295232f5 Mon Sep 17 00:00:00 2001 From: Ben Olden-Cooligan Date: Tue, 6 Feb 2024 20:28:41 -0800 Subject: [PATCH] Update CI to macOS 14 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8a8f32fbb..47a79f451 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, ubuntu-22.04, macos-12] + os: [windows-2022, ubuntu-22.04, macos-14] steps: - name: Install OS dependencies if: matrix.os == 'ubuntu-22.04'