Skip to content

Commit a92f846

Browse files
committed
Lock GHA runner images in CI
1 parent a53356d commit a92f846

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
build:
1919
name: Build
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
env:
2222
DOCKER_REGISTRY: ghcr.io
2323
DOCKER_IMAGE_NAME: ${{ github.repository }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
docs:
2626
name: Docs
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
steps:
2929
# NOTE: Uncomment for local testing with act
3030
# - name: Install GitHub CLI (act only)

.github/workflows/installer.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
matrix:
2020
# NOTE: Test full matrix there - it's less than a minute per run
2121
include:
22-
- os: ubuntu-latest
22+
- os: ubuntu-24.04
2323
arch: amd64
24-
- os: ubuntu-latest
24+
- os: ubuntu-24.04
2525
arch: arm64
26-
- os: macos-latest
26+
- os: macos-15
2727
arch: amd64
28-
- os: macos-latest
28+
- os: macos-15
2929
arch: arm64
3030
steps:
3131
- name: Check out the repo

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
arch: amd64
1717
- os: ubuntu-latest
1818
arch: arm64
19-
- os: macos-latest
19+
- os: macos-15
2020
arch: amd64
21-
- os: macos-latest
21+
- os: macos-15
2222
arch: arm64
2323
steps:
2424
- name: Check out the repo
@@ -43,7 +43,7 @@ jobs:
4343
release:
4444
name: Release
4545
needs: release_test
46-
runs-on: ubuntu-22.04
46+
runs-on: ubuntu-24.04
4747
env:
4848
DOCKER_REGISTRY: ghcr.io
4949
DOCKER_IMAGE_NAME: ${{ github.repository }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# NOTE: arm64 macos is the fastest runner. Full matrix is tested in `release.yml`.
2121
include:
22-
- os: macos-latest
22+
- os: macos-15
2323
arch: arm64
2424
steps:
2525
- name: Check out the repo

0 commit comments

Comments
 (0)