Skip to content

Commit

Permalink
Revert "Rename job to "xcodebuild" and add new job "ios""
Browse files Browse the repository at this point in the history
This reverts commit 319ce0f.
  • Loading branch information
ChinChangYang committed Nov 18, 2023
1 parent 319ce0f commit fd1133f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/build.yml'

jobs:
xcodebuild:
build:
runs-on: macos-13
steps:
- name: Checkout code
Expand Down Expand Up @@ -44,15 +44,3 @@ jobs:
run: |
cd cpp/xcode
/Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/xcodebuild -derivedDataPath DerivedData -scheme katago -configuration Release test
ios:
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run Xcode build
run: |
cd "ios/KataGo iOS"
/Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/xcodebuild -derivedDataPath DerivedData -scheme "KataGo iOS" -configuration Release build

0 comments on commit fd1133f

Please sign in to comment.