Skip to content

Commit 190ac32

Browse files
authored
Add macOS back to OS matrix (Buildalyzer#313)
1 parent 3b398f5 commit 190ac32

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,20 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [windows-latest, ubuntu-latest]
13+
os: [windows-latest, ubuntu-latest, macos-latest]
1414
env:
1515
# https://github.com/NuGet/Home/issues/11548
1616
# https://twitter.com/xoofx/status/1488617114940452872?s=20&t=BKSN4j9rP6fOyg8l7aW0eg
1717
NUGET_CERT_REVOCATION_MODE: offline
1818
steps:
1919
- name: Get Source
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
submodules: recursive
2323
- name: Install .NET Core SDK
24-
uses: actions/setup-dotnet@v3
24+
uses: actions/setup-dotnet@v4
2525
with:
26-
include-prerelease: true
2726
dotnet-version: |
28-
3.1.x
2927
8.0.x
3028
9.0.x
3129
- name: Build and Test

.github/workflows/test-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
os: [windows-latest, ubuntu-latest, macos-12]
12+
os: [windows-latest, ubuntu-latest, macos-latest]
1313
steps:
1414
- name: Process Test Results
1515
uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)