Skip to content

Commit 6239adb

Browse files
authored
Use macOS 15 intel runner (#2678)
1 parent a05c855 commit 6239adb

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/build-native-image.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ on:
1919
default: false
2020
workflow_call:
2121
inputs:
22-
ref:
23-
type: string
24-
description: "Git ref from which to release"
25-
required: true
26-
default: "master"
27-
upload_artifact:
28-
type: boolean
29-
description: "Upload the native test server executable as an artifact"
30-
required: false
31-
default: false
22+
ref:
23+
type: string
24+
description: "Git ref from which to release"
25+
required: true
26+
default: "master"
27+
upload_artifact:
28+
type: boolean
29+
description: "Upload the native test server executable as an artifact"
30+
required: false
31+
default: false
3232
env:
3333
INPUT_REF: ${{ inputs.ref }}
3434

@@ -47,7 +47,7 @@ jobs:
4747
os_family: linux
4848
arch: amd64
4949
musl: false
50-
- runner: macos-13
50+
- runner: macos-15-intel
5151
os_family: macOS
5252
arch: amd64
5353
- runner: macos-latest
@@ -67,7 +67,7 @@ jobs:
6767
fetch-depth: 0
6868
submodules: recursive
6969
ref: ${{ env.INPUT_REF }}
70-
70+
7171
- name: Set up Java
7272
if: matrix.os_family != 'Linux'
7373
uses: actions/setup-java@v5
@@ -91,7 +91,7 @@ jobs:
9191
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
9292
$(docker build -q ./docker/native-image) \
9393
sh -c "./gradlew -PnativeBuild :temporal-test-server:nativeCompile"
94-
94+
9595
- name: Build native test server (Docker musl)
9696
if: matrix.os_family == 'Linux' && matrix.musl == true
9797
run: |
@@ -109,4 +109,3 @@ jobs:
109109
temporal-test-server/build/native/nativeCompile/temporal-test-server*
110110
if-no-files-found: error
111111
retention-days: 1
112-

0 commit comments

Comments
 (0)