Skip to content

Commit

Permalink
try running on mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 14, 2024
1 parent 995f9a4 commit d4a9397
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,22 @@ jobs:
tests:
name: tests-${{ matrix.os }}
needs: [ build ]
runs-on: [self-hosted]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [self-hosted, windows, macos]
fail-fast: false
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'

- name: Disable annotations
run: echo "::remove-matcher owner=csc::"

Expand Down

0 comments on commit d4a9397

Please sign in to comment.