Skip to content

Commit dcdf4c6

Browse files
committed
Update Ruby and Xcode versions
1 parent b273e97 commit dcdf4c6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
xcode: [
2222
'15.2',
2323
'15.3',
24+
'16.0',
2425
]
2526
steps:
2627
- uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
]
2121
xcode: [
2222
'15.4',
23-
'16.0',
23+
'16.1',
2424
]
2525
steps:
2626
- uses: actions/checkout@v4

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.6

0 commit comments

Comments
 (0)