Skip to content
Draft
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-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
runner:
type: choice
options:
- ubuntu-latest
- depot-ubuntu-22.04-4
required: true
architecture:
type: choice
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
binary:
- architecture: x86_64-linux
runner: ubuntu-latest
runner: depot-ubuntu-22.04-4 # Depot Ubuntu 22.04, 4 CPUs, 16 GB RAM
name: Binary ${{ matrix.binary.architecture }}
uses: ./.github/workflows/build-binaries.yaml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
binary:
- architecture: x86_64-linux
runner: ubuntu-24.04
runner: depot-ubuntu-22.04-4 # Depot Ubuntu 22.04, 4 CPUs, 16 GB RAM
- architecture: aarch64-darwin
runner: macos-15
- architecture: x86_64-darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
binary:
- architecture: x86_64-linux
runner: ubuntu-latest
runner: depot-ubuntu-22.04-4 # Depot Ubuntu 22.04, 4 CPUs, 16 GB RAM
name: Binary ${{ matrix.binary.architecture }}
uses: ./.github/workflows/build-binaries.yaml
with:
Expand Down