Skip to content

Commit

Permalink
Uses Xcode 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Dec 26, 2023
1 parent b1cf7b9 commit 1fd93a3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [push, pull_request]
jobs:
build:
name: Build and Test with Latest Xcode
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
runs-on: macOS-13
# env:
# DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
steps:
- uses: actions/checkout@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: "^15.1.0"
- name: Build McBopomofoLMLibTest
run: cmake -S . -B build
working-directory: Source/Engine
Expand Down

0 comments on commit 1fd93a3

Please sign in to comment.