Run infrastructure workflows on arm runners

Use more efficient runners to save resources. Every bit counts.
This commit is contained in:
Kevin Stillhammer 2025-05-01 20:11:50 +02:00
parent 41bd088443
commit 22d23fc77a
No known key found for this signature in database
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: