Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew
5667d10de9 ci: Test increasing release job worker size 2025-11-04 12:54:39 -05:00
3 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@ jobs:
# Needed for google-github-actions/auth.
id-token: 'write'
runs-on: macos-15
runs-on: macos-15-xlarge
timeout-minutes: 45

View File

@ -21,10 +21,10 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-15]
os: [windows-latest-8-cores, macos-15-xlarge]
include:
- os: windows-latest
- os: macos-15
- os: windows-latest-8-cores
- os: macos-15-xlarge
additional-rust-target: x86_64-apple-darwin
# Ubuntu binaries are built using Docker, below
@ -61,7 +61,7 @@ jobs:
shell: cmd
- run: choco install protoc
if: matrix.os == 'windows-latest'
if: startsWith(matrix.os, 'windows-')
- run: brew install protobuf
if: startsWith(matrix.os, 'macos-')
@ -125,7 +125,7 @@ jobs:
publish:
name: Build for production and publish
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest-8-cores
needs: [build, verify-rust]

View File

@ -24,11 +24,11 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-15]
os: [windows-latest-8-cores, macos-15-xlarge]
include:
- os: macos-15
- os: macos-15-xlarge
rust-cross-target: x86_64-apple-darwin
- os: windows-latest
- os: windows-latest-8-cores
rust-cross-target: aarch64-pc-windows-msvc
# Ubuntu binaries are built using Docker, below
@ -113,7 +113,7 @@ jobs:
build-docker:
name: Build (Ubuntu via Docker)
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
timeout-minutes: 45