From 05d8345fca20b548b8392128587c313b43634753 Mon Sep 17 00:00:00 2001 From: Justin Brown Date: Fri, 13 Dec 2024 13:16:05 -0800 Subject: [PATCH] Update MacOS-12 to MacOS-14 and .Net 7 to 8 --- .github/workflows/Build_and_run_tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build_and_run_tests.yml b/.github/workflows/Build_and_run_tests.yml index 55f239698..af5d89fa2 100644 --- a/.github/workflows/Build_and_run_tests.yml +++ b/.github/workflows/Build_and_run_tests.yml @@ -15,7 +15,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build shell: pwsh @@ -38,7 +38,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build shell: bash @@ -53,15 +53,15 @@ jobs: cd Pulsar4X dotnet test --no-restore - macOS-12: - runs-on: macos-12 + macOS-14: + runs-on: macos-14 steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build shell: bash