File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717jobs :
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 }}
Original file line number Diff line number Diff line change 2424jobs :
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)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments