Skip to content

Commit 9f5e06a

Browse files
Update linux-builds.yml
Removed ubuntu-latest because there seems to be build issues for ubuntu-22.04
1 parent 2cd451c commit 9f5e06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
9+
os: [ubuntu-20.04, ubuntu-18.04]
1010

1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)