Skip to content

Commit

Permalink
Ensure test on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 9, 2025
1 parent 29bb1cf commit 6ccc5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ ubuntu-latest, ubuntu-20.04 ]
runs-on: [ ubuntu-latest, ubuntu-20.04, ubuntu-24.04 ]

steps:
- name: Set git to use LF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ ubuntu-latest, ubuntu-20.04 ]
runs-on: [ ubuntu-latest, ubuntu-20.04, ubuntu-24.04 ]

steps:
- name: Set git to use LF
Expand Down

0 comments on commit 6ccc5e8

Please sign in to comment.