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 aa54dfe commit efc79e3Copy full SHA for efc79e3
.github/workflows/Build.yml
@@ -8,25 +8,25 @@ on:
8
9
jobs:
10
build:
11
- runs-on: macos-13
+ runs-on: macos-14
12
13
steps:
14
- uses: maxim-lobanov/[email protected]
15
with:
16
- xcode-version: "15.0"
+ xcode-version: "15.4"
17
- uses: actions/checkout@v2
18
- name: Install xcbeautify
19
run: brew install xcbeautify
20
- name: Test
21
run: set -o pipefail && xcodebuild -scheme "FluidInterfaceKit-Package" -destination 'generic/platform=iOS Simulator' | xcbeautify
22
23
test:
24
25
26
27
28
29
30
31
32
submodules: true
0 commit comments