diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63e3532..fff45f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,14 +9,14 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-15 steps: - uses: actions/checkout@v2 - name: Setup Config run: mv 'App/Supporting Files/InstapaperConfiguration.defaults.plist' 'App/Supporting Files/InstapaperConfiguration.plist' - name: Build - uses: sersoft-gmbh/xcodebuild-action@v2 + uses: sersoft-gmbh/xcodebuild-action@v3 with: project: WatchItLater.xcodeproj scheme: WatchItLater