File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ defaults:
19
19
20
20
jobs :
21
21
format-swift :
22
- runs-on : macos-12
22
+ runs-on : macos-14
23
23
steps :
24
24
- name : " Checkout code"
25
25
uses : actions/checkout@v2
29
29
run : swift-format lint --recursive .
30
30
31
31
format-objc :
32
- runs-on : macos-12
32
+ runs-on : macos-14
33
33
steps :
34
34
- name : " Checkout code"
35
35
uses : actions/checkout@v2
@@ -39,16 +39,16 @@ jobs:
39
39
run : clang-format -n **/*.{h,m}
40
40
41
41
build-app :
42
- runs-on : macos-12
42
+ runs-on : macos-14
43
43
needs :
44
44
- format-swift
45
45
- format-objc
46
46
steps :
47
47
- name : " Checkout code"
48
48
uses : actions/checkout@v2
49
- - name : " Select Xcode 13 "
49
+ - name : " Select Xcode 15.3 "
50
50
uses : keehun/xcode-select@v1
51
51
with :
52
- version : " 13 "
52
+ version : " 15.3 "
53
53
- name : " Archive project"
54
54
run : xcodebuild archive -scheme ${APP} -configuration release -archivePath ${APP}.xcarchive
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defaults:
17
17
18
18
jobs :
19
19
build-firmware :
20
- runs-on : macos-11
20
+ runs-on : macos-14
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
Original file line number Diff line number Diff line change 31
31
32
32
build-and-release :
33
33
name : " Create release on GitHub"
34
- runs-on : macos-11
34
+ runs-on : macos-14
35
35
env :
36
36
APP : OpenHaystack
37
37
PROJECT_DIR : OpenHaystack
@@ -43,10 +43,10 @@ jobs:
43
43
steps :
44
44
- name : Checkout code
45
45
uses : actions/checkout@v2
46
- - name : " Select Xcode 12 "
46
+ - name : " Select Xcode 15.3 "
47
47
uses : keehun/xcode-select@v1
48
48
with :
49
- version : " 12 "
49
+ version : " 15.3 "
50
50
- name : " Add ESP32 firmware"
51
51
uses : actions/download-artifact@v2
52
52
with :
You can’t perform that action at this time.
0 commit comments