We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9982d9 commit cebbbb4Copy full SHA for cebbbb4
.github/workflows/integration-test.yml
@@ -15,9 +15,9 @@ jobs:
15
steps:
16
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
18
- - uses: maxim-lobanov/setup-xcode@881be567d30efed8fb3f12b5099d68c3fb72aa3d # v1.3.0
+ - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
19
with:
20
- xcode-version: 13.0
+ xcode-version: 15
21
22
- name: Install dependencies
23
run: cd integration-testing/ && yarn install
0 commit comments