Skip to content

Commit 8e5fe49

Browse files
committed
fix to ubuntu work flow
1 parent bfce9ac commit 8e5fe49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
os: [ubuntu-latest, macos-latest]
20+
os: [ubuntu-20.04, macos-latest]
2121
mlcomp: [mlkit, mlton]
2222

2323
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)