GitHub // Force Xcode 15.x in Github CI.

This commit is contained in:
ShikiSuen 2023-09-20 15:57:24 +08:00
parent f9b3eb6cd4
commit c323a6efe8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '^15.0'
- uses: actions/checkout@v1
- name: Clean
run: make clean