Skip to content

Commit 8417dce

Browse files
committed
Update MacOS 13->14 in tests workflow and trunk config.
1 parent ed25532 commit 8417dce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
# TODO: This doesn't work with arm64 Macs yet, hence pinning to macos-13.
65-
os: [macos-13, ubuntu-latest]
64+
# TODO: This doesn't work with arm64 Macs yet. That is due to openssl being x86 only here.
65+
os: [macos-14-large, ubuntu-latest]
6666
bazel_version: [latest] # rules_rust bzlmod support is experimental and needs latest version as of now (20230912).
6767
bzlmod: [true, false]
6868
runs-on: ${{ matrix.os }}

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ lint:
5757
batch: true
5858
in_place: true
5959
enabled:
60-
- actionlint@1.6.25
60+
- actionlint@1.7.8
6161
6262
6363
- git-diff-check

0 commit comments

Comments
 (0)