Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 6c76aaa

Browse files
committed
ci
Signed-off-by: 82Flex <[email protected]>
1 parent 5289241 commit 6c76aaa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/analyse-commands.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ env:
99
THEOS: ''
1010
GIT_TAG: ''
1111
GIT_COMMIT: ''
12-
XCODE_VERSION: '14.3.1'
12+
XCODE_VERSION: '15.4'
1313

1414
jobs:
1515
build:
1616
name: Build and generate compilation database
17-
runs-on: macos-13
17+
runs-on: macos-14
1818

1919
steps:
2020
- name: Setup Xcode version
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444
with:
4545
repository: XXTouchNG/theos
46-
ref: 78ee784d8d3238982c9abdc58cd39919263648b1
46+
ref: 954dfd17fd05544a3bb26b2a25e1930cd228f4ef
4747
path: theos
4848
submodules: recursive
4949

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
env:
99
THEOS: ''
1010
GIT_TAG: ''
11-
XCODE_VERSION: '14.3.1'
11+
XCODE_VERSION: '15.4'
1212

1313
jobs:
1414
build:
1515
name: Build and upload release package for TrollStore
16-
runs-on: macos-13
16+
runs-on: macos-14
1717

1818
steps:
1919
- name: Setup Xcode version
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
repository: XXTouchNG/theos
45-
ref: 78ee784d8d3238982c9abdc58cd39919263648b1
45+
ref: 954dfd17fd05544a3bb26b2a25e1930cd228f4ef
4646
path: theos
4747
submodules: recursive
4848

0 commit comments

Comments
 (0)