Skip to content

Commit

Permalink
build: upgrade os for oss build
Browse files Browse the repository at this point in the history
To move to clang 18

Signed-off-by: Tyler Rockwood <rockwood@redpanda.com>
  • Loading branch information
rockwotj committed Apr 23, 2024
1 parent e8f613f commit 38ed005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-redpanda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ on:

jobs:
build:
if: github.event.pull_request.draft == false
name: build redpanda
runs-on: ubuntu-latest-64
timeout-minutes: 30
strategy:
matrix:
os: ["ubuntu:mantic", "fedora:38"]
os: ["ubuntu:noble", "fedora:40"]
container:
image: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 38ed005

Please sign in to comment.