Skip to content

Commit

Permalink
Only ubuntu works actually
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Aug 3, 2023
1 parent 459c20f commit 9409fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [debian, ubuntu]
os: [ubuntu]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [debian, ubuntu]
os: [ubuntu]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9409fca

Please sign in to comment.