Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xcode_version(
version = "14.2.0.14C18",
)

# Xcode version on public GitHub Actions macos-13 runners
# Xcode version on public GitHub Actions macos-13 and macos-14 runners
xcode_version(
name = "version15_2_0_15C500b",
aliases = [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- os: ubuntu-22.04
name: linux
- os: macos-13
- os: macos-14
name: macos
- os: windows-2019
name: windows
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-all-tests-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
name: Build & Test
strategy:
matrix:
os: [ macos-13, windows-2019 ]
os: [ macos-14, windows-2019 ]
# Test JDK 8 on Windows and mac only on main.
jdk: [8]
include:
- os: macos-13
- os: macos-14
arch: "macos-arm64"
bazel_args: "--xcode_version_config=//.github:host_xcodes"
- os: windows-2019
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-all-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build & Test
strategy:
matrix:
os: [ubuntu-22.04, windows-2019, macos-13]
os: [ubuntu-22.04, windows-2019, macos-14]
jdk: [21]
include:
- jdk: 21
Expand All @@ -29,7 +29,7 @@ jobs:
- os: ubuntu-22.04
# Use JDK 8 only on Ubuntu in PRs.
jdk: 8
- os: macos-13
- os: macos-14
arch: "macos-arm64"
bazel_args: "--xcode_version_config=//.github:host_xcodes"
- os: windows-2019
Expand Down