Skip to content

Commit f90b41d

Browse files
authored
Remove macOS
1 parent 977169b commit f90b41d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ jobs:
127127
strategy:
128128
fail-fast: false
129129
matrix:
130-
os: [ windows-latest, macos-11 ]
130+
os: [ windows-latest ]
131131
include:
132-
- os: macos-11
133-
FLUTTER_DEVICE: macos
134-
FLUTTER_CHANNEL: stable
132+
# - os: macos-latest
133+
# FLUTTER_DEVICE: macos
134+
# FLUTTER_CHANNEL: stable
135135
# - os: ubuntu-latest
136136
# FLUTTER_DEVICE: linux
137137
# FLUTTER_CHANNEL: beta

0 commit comments

Comments
 (0)