File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 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
3232env :
3333 INPUT_REF : ${{ inputs.ref }}
3434
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
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
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-
You can’t perform that action at this time.
0 commit comments