Skip to content

Commit 1c9cd69

Browse files
authored
ci(sdk-platform-java): use macos-15-intel (x64) to support Temurin Java 8 nightly (#13538)
Manual run passes: https://github.com/googleapis/google-cloud-java/actions/runs/27971965629
1 parent 1df72d2 commit 1c9cd69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sdk-platform-java-nightly.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
--title "Nightly build for Java ${{ matrix.java }} on ${{ matrix.os }} failed." \
4242
--body "The build has failed : https://github.com/googleapis/google-cloud-java/actions/runs/${GITHUB_RUN_ID}"
4343
nightly-java8: # Compile with JDK 11. Run tests with JDK 8.
44+
# We use macos-15-intel (x64) because Temurin JDK 8 is not available for macOS arm64 (macos-15)
4445
strategy:
4546
fail-fast: false
4647
matrix:
47-
os: [ macos-15, ubuntu-24.04, windows-2025 ]
48+
os: [ macos-15-intel, ubuntu-24.04, windows-2025 ]
4849
runs-on: ${{ matrix.os }}
4950
steps:
5051
- run: git config --global core.longpaths true

0 commit comments

Comments
 (0)