We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c4240 commit a6aeec4Copy full SHA for a6aeec4
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: macos-12
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Select Xcode 14.1
15
- run: sudo xcode-select -s /Applications/Xcode_14.1.app
+ - name: Select Xcode 14.2
+ run: sudo xcode-select -s /Applications/Xcode_14.2.app
16
- name: Run tests
17
run: make test
.github/workflows/format.yml
@@ -9,8 +9,8 @@ jobs:
9
10
- name: Tap
run: brew tap pointfreeco/formulae
- name: Install
0 commit comments