From 6cc6f8615403d88961e350b44afec3801fd205f5 Mon Sep 17 00:00:00 2001 From: abhinavminhas Date: Fri, 18 Oct 2024 22:22:49 +1100 Subject: [PATCH] GitHub Runners - MacOS image update (12 -> 15) --- .github/workflows/build.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3943da9..9078b65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-2019, ubuntu-20.04, macOS-12 ] + os: [ windows-2019, ubuntu-20.04, macOS-15 ] dotnet-version: [ '3.1.x', '6.0.x' ] steps: @@ -116,7 +116,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-2019, ubuntu-20.04, macOS-12 ] + os: [ windows-2019, ubuntu-20.04, macOS-15 ] dotnet-version: [ '3.1.x' ] steps: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5d6104f..22d9e06 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-2019, ubuntu-20.04, macOS-12 ] + os: [ windows-2019, ubuntu-20.04, macOS-15 ] dotnet-version: [ '3.1.x' ] steps: