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 ba8ca92 commit 747d68bCopy full SHA for 747d68b
.github/workflows/ci.yml
@@ -310,7 +310,6 @@ jobs:
310
secrets: inherit
311
strategy:
312
fail-fast: false
313
- max-parallel: 2
314
matrix:
315
unity-version: ${{ fromJSON(needs.create-unity-matrix.outputs.unity-matrix).unity-version }}
316
ios-version: ["17.0", "latest"]
.github/workflows/smoke-test-run-ios.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout
41
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
42
43
- name: Initialize app-runner submodule
44
run: git submodule update --init modules/app-runner
0 commit comments