Skip to content

Commit

Permalink
Run CI on Ubuntu 22.04, references rabbitmq/rabbitmqadmin-rs#47
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 16, 2025
1 parent 2df128c commit a35c741
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
strategy:
matrix:
runner:
- "ubuntu-22.04"
- "ubuntu-24.04"
runs-on: ${{ matrix.runner }}

steps:
- uses: actions/checkout@v4
Expand All @@ -43,6 +48,7 @@ jobs:
- stable
- beta
runner:
- "ubuntu-22.04"
- "ubuntu-24.04"
- "ubuntu-24.04-arm"
runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit a35c741

Please sign in to comment.