Skip to content

Commit cebbbb4

Browse files
committed
try xcode 15
1 parent c9982d9 commit cebbbb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717

18-
- uses: maxim-lobanov/setup-xcode@881be567d30efed8fb3f12b5099d68c3fb72aa3d # v1.3.0
18+
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
1919
with:
20-
xcode-version: 13.0
20+
xcode-version: 15
2121

2222
- name: Install dependencies
2323
run: cd integration-testing/ && yarn install

0 commit comments

Comments
 (0)