Skip to content

Commit

Permalink
[ci] add ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 18, 2024
1 parent 9b4c1d7 commit 6149af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
# tested octave versions: ubuntu-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-12 = 8.1, windows-2019 = 8.3
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, windows-2019]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 6149af3

Please sign in to comment.