Skip to content

Commit

Permalink
Update Ruby and Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 9, 2024
1 parent b273e97 commit dcdf4c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
xcode: [
'15.2',
'15.3',
'16.0',
]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
]
xcode: [
'15.4',
'16.0',
'16.1',
]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.6

0 comments on commit dcdf4c6

Please sign in to comment.