Skip to content

Commit 464d741

Browse files
committed
fix: use hosted runners for release builds
1 parent 6578bd6 commit 464d741

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/rust-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- runner: ubuntu-24.04
4444
target: x86_64-unknown-linux-musl
4545
artifact_name: codex-bin-x86_64-unknown-linux-musl
46-
- runner: macos-15-xlarge
46+
- runner: macos-15
4747
target: aarch64-apple-darwin
4848
artifact_name: codex-bin-aarch64-apple-darwin
4949

@@ -135,9 +135,7 @@ jobs:
135135
build-windows:
136136
needs: metadata
137137
name: Build - windows-x64 - x86_64-pc-windows-msvc
138-
runs-on:
139-
group: codex-runners
140-
labels: codex-windows-x64
138+
runs-on: windows-2025
141139
timeout-minutes: 60
142140
defaults:
143141
run:

0 commit comments

Comments
 (0)