Skip to content

Commit

Permalink
Update and rename dotnet.yml to dotnet-_nix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule authored Nov 2, 2023
1 parent 400bef7 commit 16e9c09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build .net core
name: Build .net core *nix

on: [push]

Expand All @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
dotnet: [ '6.0.x' ]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 16e9c09

Please sign in to comment.