Skip to content

Commit e0387cd

Browse files
committed
build only ubuntu
1 parent 2ecd276 commit e0387cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
os: [ubuntu-latest, windows-latest, macos-latest]
38+
#os: [ubuntu-latest, windows-latest, macos-latest]
39+
os: [ubuntu-latest]
3940
runs-on: ${{ matrix.os }}
4041
steps:
4142
- name: Setup PostgreSQL

0 commit comments

Comments
 (0)