Skip to content

Commit

Permalink
ci: update macOS runners to macos-14
Browse files Browse the repository at this point in the history
kyakdan authored and zgtm committed Dec 18, 2024
1 parent d9c1a09 commit 6478951
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -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 = [
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github/workflows/run-all-tests-main.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github/workflows/run-all-tests-pr.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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

0 comments on commit 6478951

Please sign in to comment.