Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build-test:
name: build-test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/gemini-review.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# then creates the git tag + GitHub Release for the binary crate.
release-plz-release:
name: release-plz release
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write # push tags + create the GitHub Release
# Serialize: `release` does non-idempotent external writes (publish/tag),
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
# CHANGELOG based on the Conventional Commits since the last release.
release-plz-pr:
name: release-plz PR
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write # push the release-PR branch
pull-requests: write # open / update the release PR
Expand Down
Loading