Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos authored Oct 2, 2023
1 parent 6b80eba commit 3e12784
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,12 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
tfm: [net6.0, net8.0]
include:
- os: windows-latest
tfm: net462

- os: windows-latest
tfm: net6.0

- os: ubuntu-latest
tfm: net6.0

- os: macOS-latest
tfm: net6.0

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3e12784

Please sign in to comment.