Skip to content

Commit 604c92f

Browse files
committed
remove ubuntu from integration tests as ubuntu-ser
1 parent 67a4bab commit 604c92f

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
os: [ ubuntu-latest, windows-latest, macos-latest ]
79+
os: [ windows-latest, macos-latest ]
8080
include:
8181
- os: macos-latest
8282
FLUTTER_DEVICE: macos
83-
- os: ubuntu-latest
84-
FLUTTER_DEVICE: linux
83+
# - os: ubuntu-latest
84+
# FLUTTER_DEVICE: linux
8585
- os: windows-latest
8686
FLUTTER_DEVICE: windows
8787
steps:

.idea/workspace.xml

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)