Skip to content

Commit c50b50e

Browse files
committed
CI: Fix *-x86_64-darwin jobs to run on Intel runner instead of arm64
1 parent f43e5ad commit c50b50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
njs-x86_64-darwin:
9999
name: njs-${{ matrix.NJS_VERSION }}${{ matrix.VARIANT }}-x86_64-darwin
100-
runs-on: macos-latest
100+
runs-on: macos-15-intel
101101
strategy:
102102
matrix:
103103
NJS_VERSION:
@@ -202,7 +202,7 @@ jobs:
202202

203203
nginx-x86_64-darwin:
204204
name: nginx-${{ matrix.NGINX_VERSION }}-x86_64-darwin
205-
runs-on: macos-latest
205+
runs-on: macos-15-intel
206206
strategy:
207207
matrix:
208208
NGINX_VERSION:

0 commit comments

Comments
 (0)