5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-19 11:04:08 +00:00

Run infrastructure workflows on arm runners (#396)

Use more efficient runners to save resources. Every bit counts.
This commit is contained in:
Kevin Stillhammer
2025-05-01 20:22:40 +02:00
committed by GitHub
parent 41bd088443
commit ced7c1dde4
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
permissions:
contents: write
pull-requests: read

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
permissions:
contents: write
pull-requests: write

View File

@@ -11,7 +11,7 @@ on:
jobs:
update_major_minor_tags:
name: Make sure major and minor tags are up to date on a patch release
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
permissions:
contents: write
steps: