Skip to content

Commit

Permalink
fix to ubuntu work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Sep 21, 2023
1 parent 6051459 commit bf2afee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, macos-latest]
mlcomp: [mlkit, mlton]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bf2afee

Please sign in to comment.