Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from unsignedapps/bok--patch-1
Browse files Browse the repository at this point in the history
Added support for Xcode 13.3.1 and 13.4.1 tests
  • Loading branch information
bok- authored Jun 17, 2022
2 parents e9c9798 + 1b5a89f commit 6212f99
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,33 @@ on:
- '**/*.swift'

jobs:
tests-macos12:
name: Test Builds - macOS 12
runs-on: macos-12
strategy:
matrix:
xcode: [ "13.1", "13.2.1", "13.3.1", "13.4.1" ]

env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

steps:
- name: 🛒 Checkout
uses: actions/checkout@v2

- name: 🧱 Build
run: make build-release

- name: 🚩 Checkout Vexil
uses: actions/checkout@v2
with:
repository: unsignedapps/Vexil
ref: v1.2.2
path: Vexil

- name: 📦 Package Vexil
run: cd Vexil && ../.build/release/swift-create-xcframework --zip --zip-version 1.2.2 --platform ios --platform macos --platform tvos --platform watchos

tests-macos11:
name: Test Builds - macOS 11
runs-on: macos-11.0
Expand Down

0 comments on commit 6212f99

Please sign in to comment.