Skip to content

Commit 6f8ed42

Browse files
committed
📝 🔧 Chore, Fix(Actions): It should be ubuntu-latest.
1 parent e9d08de commit 6f8ed42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
strategy:
2222
matrix:
23-
os: [windows-latest, linux-latest, macos-latest]
23+
os: [windows-latest, ubuntu-latest, macos-latest]
2424

2525
runs-on: ${{ matrix.os }}
2626

0 commit comments

Comments
 (0)