Skip to content

Commit

Permalink
ORC-1744: Add ubuntu-24.04 to GitHub Action
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to add `ubuntu-24.04` to GitHub Action.

### Why are the changes needed?

`Ubuntu 24.04` is available as `Beta`.
- actions/runner-images#9848

We can use it to improve the test coverage.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #1982 from dongjoon-hyun/ORC-1744.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit a61e2d4)
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Jul 14, 2024
1 parent b171eb1 commit ec40eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
- macos-14
Expand Down

0 comments on commit ec40eac

Please sign in to comment.