Use bigger github hosted runner

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-11 15:01:24 +01:00
parent 36d17b8bf9
commit d2dbb6f714
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
release-snapshot:
name: "release-snapshot"
runs-on: "ubuntu-24.04"
runs-on: "ubuntu-24.04-64cores"
permissions:
contents: "read"
packages: "write"