Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Switch to Ubuntu 22.04 and thus Octave 6 in test workflow
  • Loading branch information
wahln committed Jan 29, 2023
1 parent 75b4657 commit bdb95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
command: cd unitTest; matRad_runTests
test-octave: #Octave test Job
runs-on: ubuntu-20.04 # We use Ubuntu-20.04 because it has Octave 5.2
runs-on: ubuntu-22.04 # We use Ubuntu-22.04 because it has Octave 6.4
steps:
- uses: actions/checkout@v2 # Checks-out repository under $GITHUB_WORKSPACE
- name: Install OCTAVE
Expand Down

0 comments on commit bdb95e9

Please sign in to comment.