Skip to content

Commit

Permalink
Mix Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Jan 6, 2025
1 parent abe59f9 commit d314394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-packages:

name: Release Python packages
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
id-token: write
Expand All @@ -40,7 +40,7 @@ jobs:
deploy-container-image:

name: Release container image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
id-token: write
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
release-bundle:

name: Upload release bundle
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit d314394

Please sign in to comment.