Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 6b37ed0 commit bd046de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out codebase
uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:

docs:
name: "Generate rustdoc"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out codebase
uses: actions/checkout@v4
Expand All @@ -66,7 +66,7 @@ jobs:

build-test:
name: Build and Test (${{ matrix.target.name }})
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
target:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

coverage:
name: Create Test Coverage Report
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out codebase
uses: actions/checkout@v4
Expand All @@ -130,7 +130,7 @@ jobs:

docker:
name: "Publish Docker Image"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
needs:
- build-test
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
gh-release-artifacts:
name: Upload ${{ matrix.target }} to GH Release
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- build-test
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
version-maintenance:
name: Update version numbers according to PR labels
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/main'
steps:
- name: Check out codebase
Expand Down

0 comments on commit bd046de

Please sign in to comment.