Skip to content

Commit

Permalink
[CI] Updated to use new Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed Aug 20, 2022
1 parent 6618634 commit 34b903f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ on:
jobs:

build:
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: pod install --repo-update
- name: Setup Config
run: mv 'App/Supporting Files/InstapaperConfiguration.defaults.plist' 'App/Supporting Files/InstapaperConfiguration.plist'
- name: Build
uses: sersoft-gmbh/xcodebuild-action@v1.1
uses: sersoft-gmbh/xcodebuild-action@v2
with:
workspace: WatchItLater.xcworkspace
project: WatchItLater.xcworkspace
scheme: WatchItLater
configuration: debug
sdk: appletvsimulator
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit 34b903f

Please sign in to comment.