Skip to content

Commit b588ac1

Browse files
committed
CI: use ubuntu-22.04 to get liboctave-dev
1 parent 15b9f2f commit b588ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
examples:
55
strategy:
66
matrix:
7-
os: [macos-latest, ubuntu-latest]
7+
os: [macos-latest, ubuntu-22.04]
88
runs-on: ${{ matrix.os }}
99
steps:
1010
- name: install Ubuntu packages

0 commit comments

Comments
 (0)