Skip to content

Commit 93edc1d

Browse files
authored
fix: change os default value to ubuntu-latest
mysql and redis only allow to run on ubuntu-latest
1 parent 106dc01 commit 93edc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-test-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
os:
1212
type: string
1313
description: 'Operator System, such as: ubuntu-latest,macos-latest'
14-
default: 'ubuntu-latest, macos-latest, windows-latest'
14+
default: 'ubuntu-latest'
1515

1616
version:
1717
type: string

0 commit comments

Comments
 (0)