Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e51db8

Browse files
authoredOct 5, 2024··
Add Ubuntu 24 to OS list for tests (#133)
1 parent acd2eb3 commit 0e51db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
octave:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-22.04]
13+
os: [ubuntu-22.04, ubuntu-24.04]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout Repo

0 commit comments

Comments
 (0)
Please sign in to comment.