Skip to content

Commit

Permalink
Update Github Actions to macos-14 runner (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Robinson <[email protected]>
  • Loading branch information
mattrobmattrob authored Apr 8, 2024
1 parent 5dc5b3a commit 57afd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
bzlmod: ["--enable_bzlmod", "--noenable_bzlmod"]
name: Build and Test
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Select Xcode
Expand Down

0 comments on commit 57afd5c

Please sign in to comment.