Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DOCKER_REGISTRY: ghcr.io
DOCKER_IMAGE_NAME: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
docs:
name: Docs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# NOTE: Uncomment for local testing with act
# - name: Install GitHub CLI (act only)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
matrix:
# NOTE: Test full matrix there - it's less than a minute per run
include:
- os: ubuntu-latest
- os: ubuntu-24.04
arch: amd64
- os: ubuntu-latest
- os: ubuntu-24.04
arch: arm64
- os: macos-latest
- os: macos-15
arch: amd64
- os: macos-latest
- os: macos-15
arch: arm64
steps:
- name: Check out the repo
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
arch: amd64
- os: ubuntu-latest
arch: arm64
- os: macos-latest
- os: macos-15
arch: amd64
- os: macos-latest
- os: macos-15
arch: arm64
steps:
- name: Check out the repo
Expand All @@ -43,7 +43,7 @@ jobs:
release:
name: Release
needs: release_test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DOCKER_REGISTRY: ghcr.io
DOCKER_IMAGE_NAME: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# NOTE: arm64 macos is the fastest runner. Full matrix is tested in `release.yml`.
include:
- os: macos-latest
- os: macos-15
arch: arm64
steps:
- name: Check out the repo
Expand Down