ci: use macos-latest with Xcode 26.1
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -51,11 +51,16 @@ jobs:
|
|||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
macos-app:
|
macos-app:
|
||||||
runs-on: macos-14
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Select Xcode 26.1
|
||||||
|
run: |
|
||||||
|
sudo xcode-select -s /Applications/Xcode_26.1.app
|
||||||
|
xcodebuild -version
|
||||||
|
|
||||||
- name: Install SwiftLint / SwiftFormat
|
- name: Install SwiftLint / SwiftFormat
|
||||||
run: |
|
run: |
|
||||||
brew install swiftlint swiftformat
|
brew install swiftlint swiftformat
|
||||||
|
|||||||
Reference in New Issue
Block a user