Skip to content

Commit 4d902d8

Browse files
committed
try ubuntu 20.04 as it works for assimp
1 parent 7fda095 commit 4d902d8

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [windows-latest, macos-latest, ubuntu-22.04]
12+
os: [windows-latest, macos-latest, ubuntu-20.04]
1313
fail-fast: false
1414
steps:
1515
- name: Expose GitHub Runtime

0 commit comments

Comments
 (0)