Skip to content

chore: add windows support #127

chore: add windows support

chore: add windows support #127

Workflow file for this run

name: PR Check
on:
pull_request:
branches: [ "main" ]
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Test
uses: beatt83/github-workflows/.github/workflows/swift_package_test.yml@main
# build:
# strategy:
# matrix:
# include:
# - name: "Test Linux"
# os: ubuntu-latest
# - name: "Test Macos"
# os: macos-latest
# - name: "Test Windows"
# os: windows-latest
# - name: "Test Android"
# os: macos-13
# runs-on: ${{ matrix.os }}
# steps:
# - uses: actions/checkout@v3
# - name: Setup windows environment
# if: ${{ matrix.os == 'windows-latest' }}
# uses: compnerd/gha-setup-swift@main
# with:
# branch: swift-6.1-release
# tag: 6.1-RELEASE
# - name: ${{ matrix.name }}
# if: ${{ matrix.name != 'Test Android' }}
# run: swift test
# - name: ${{ matrix.name }}
# if: ${{ matrix.name == 'Test Android' }}
# uses: skiptools/swift-android-action@v2
# with:
# swift-version: 6.1