Skip to content

Commit

Permalink
Upgrade github runners to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpetukhov committed Oct 15, 2024
1 parent 8a3c675 commit 3484bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
blazingmq-dependency:
name: Build BlazingMQ as a dependency
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
blazingmq_sha: ${{ steps.get-sha.outputs.blazingmq_sha }}
steps:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
linux-check:
name: Test on Linux
needs: blazingmq-dependency
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
lint-docs:
name: Lint and Docs
needs: blazingmq-dependency
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Try to get cached BlazingMQ build artifacts
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
coverage:
name: Coverage
needs: blazingmq-dependency
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Try to get cached BlazingMQ build artifacts
Expand Down

0 comments on commit 3484bbe

Please sign in to comment.