Skip to content

Commit

Permalink
Modify runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jan 12, 2024
1 parent 4e15273 commit f179d44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/csvimporter-create-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ permissions:
jobs:
create-artifacts:
name: Create artifacts
runs-on: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
env:
DOTNET_NOLOGO: true

Expand Down

0 comments on commit f179d44

Please sign in to comment.