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.
2 parents c6ecf95 + f20d867 commit 832bcc0Copy full SHA for 832bcc0
.github/workflows/build-and-test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
13
with:
14
- xcode-version: latest
+ xcode-version: latest-stable
15
16
- name: Build and test
17
run: |
.github/workflows/e2e.yml
@@ -4,14 +4,14 @@ on: pull_request
4
5
jobs:
6
run-e2e-job:
7
- runs-on: macos-latest
+ runs-on: macos-12
8
9
steps:
10
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- xcode-version: 13.0
env:
0 commit comments