Skip to content

ci: disable test as MacOS 14 not available #11

ci: disable test as MacOS 14 not available

ci: disable test as MacOS 14 not available #11

Workflow file for this run

name: Multiplatform test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
# Test:
# # TODO: waiting for MacOS 14 release
# runs-on: macos-14
# steps:
#
# - uses: actions/checkout@v4
#
# - name: Xcode Setup
# uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: latest-stable
#
# - name: Build
# run: |
# xcodebuild build -project Swiftly.xcodeproj -scheme Swiftly clean build -sdk iphoneos CODE_SIGNING_ALLOWED=No
#
# - name: Run tests
# run: |
# xcodebuild test -project Swiftly.xcodeproj -scheme Swiftly clean build -sdk iphoneos -destination "platform=iOS Simulator,OS=17.1,name=iPhone 15 Pro" CODE_SIGNING_ALLOWED=No