Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename job to "xcodebuild" and add new job "ios"
- The commit renames the job "build" to "xcodebuild" in the build.yml file. - It also adds a new job "ios" to the build.yml file. - Both jobs run on "macos-13" and include steps for code checkout and Xcode build. - The "xcodebuild" job tests the "katago" scheme in the cpp/xcode directory. - The "ios" job builds the "KataGo iOS" scheme in the ios/KataGo iOS directory.
- Loading branch information