Skip to content

Commit

Permalink
[ci] add ubuntu-24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 22, 2024
1 parent 8e6b284 commit d979f6a
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:
# provided octave versions: ubuntu-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-13/14 = 9.2, windows-2019 = 5.2
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2019]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit d979f6a

Please sign in to comment.