Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/DevBranch' into DevBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
se5a committed Dec 15, 2024
2 parents a40559a + 05d8345 commit 639888a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 639888a

Please sign in to comment.