Skip to content

Commit 9717aac

Browse files
author
Rachel Goldfinger
committed
change setup-ruby and add new xcode version to build
1 parent 1d18bbd commit 9717aac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ xcode_config(
5656
versions = [
5757
":version14_2_14C18",
5858
":version14_1_0_14B47b",
59+
":version15_2_15C500b"
5960
],
6061
)
6162

.github/workflows/test_ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
ref: ${{ inputs.safe-checkout }}
134134

135135
- name: Pin Ruby version
136-
uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.0
136+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
137137
with:
138138
ruby-version: ${{ matrix.version }}
139139

0 commit comments

Comments
 (0)