aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2025-03-26 20:47:12 +0100
committerHenrik Tjäder <henrik@tjaders.com>2025-04-01 20:32:53 +0000
commit86a77cdffdf4439429a44a8e6d2c1338906a7b67 (patch)
tree78328cf1ff67775634d409b9f731d23b0b35ebc3 /.github/workflows
parent84c68ae3a63f4006755f566fd07e1ed22b8af101 (diff)
CI: clippy-check-example: Bump ubuntu-24.04
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/clippy-check-example.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/clippy-check-example.yml b/.github/workflows/clippy-check-example.yml
index e1a5f62..c4dcab9 100644
--- a/.github/workflows/clippy-check-example.yml
+++ b/.github/workflows/clippy-check-example.yml
@@ -25,7 +25,7 @@ on:
jobs:
check:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
name: Validate platform ${{ inputs.platform }}, backend ${{ inputs.backend }}
steps:
- name: Checkout
@@ -40,7 +40,7 @@ jobs:
- run: cargo xtask --deny-warnings check -p ${{ inputs.platform }} -b ${{ inputs.backend }}
check-examples:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
name: Check examples
steps:
- name: Checkout
@@ -56,7 +56,7 @@ jobs:
run: cargo xtask example-check --platform ${{ inputs.platform }} --backend ${{ inputs.backend }} ${{ inputs.example-args }}
clippy:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
name: Run clippy
steps:
- name: Checkout
@@ -71,4 +71,4 @@ jobs:
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- - run: cargo xtask --deny-warnings --platform ${{ inputs.platform }} --backend ${{ inputs.backend }} clippy \ No newline at end of file
+ - run: cargo xtask --deny-warnings --platform ${{ inputs.platform }} --backend ${{ inputs.backend }} clippy