mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Mix Ubuntu
This commit is contained in:
parent
abe59f9c27
commit
d314394d20
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
python-packages:
|
python-packages:
|
||||||
|
|
||||||
name: Release Python packages
|
name: Release Python packages
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
deploy-container-image:
|
deploy-container-image:
|
||||||
|
|
||||||
name: Release container image
|
name: Release container image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
@ -93,7 +93,7 @@ jobs:
|
||||||
release-bundle:
|
release-bundle:
|
||||||
|
|
||||||
name: Upload release bundle
|
name: Upload release bundle
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue