mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
CI: clippy-check-example: Bump ubuntu-24.04
This commit is contained in:
parent
84c68ae3a6
commit
86a77cdffd
1 changed files with 4 additions and 4 deletions
6
.github/workflows/clippy-check-example.yml
vendored
6
.github/workflows/clippy-check-example.yml
vendored
|
|
@ -25,7 +25,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
name: Validate platform ${{ inputs.platform }}, backend ${{ inputs.backend }}
|
name: Validate platform ${{ inputs.platform }}, backend ${{ inputs.backend }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- run: cargo xtask --deny-warnings check -p ${{ inputs.platform }} -b ${{ inputs.backend }}
|
- run: cargo xtask --deny-warnings check -p ${{ inputs.platform }} -b ${{ inputs.backend }}
|
||||||
|
|
||||||
check-examples:
|
check-examples:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
name: Check examples
|
name: Check examples
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
run: cargo xtask example-check --platform ${{ inputs.platform }} --backend ${{ inputs.backend }} ${{ inputs.example-args }}
|
run: cargo xtask example-check --platform ${{ inputs.platform }} --backend ${{ inputs.backend }} ${{ inputs.example-args }}
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
name: Run clippy
|
name: Run clippy
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue