Skip to content

Commit

Permalink
Inspect versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx committed Apr 20, 2024
1 parent bf488f2 commit 50d4ffd
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build
on:
push:
branches:
- 'main'
- "*"
paths:
- '.github/workflows/build.yml'
- '**.swift'
- ".github/workflows/build.yml"
- "**.swift"
pull_request:
paths:
- '.github/workflows/build.yml'
- '**.swift'
- ".github/workflows/build.yml"
- "**.swift"
concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -27,16 +27,17 @@ jobs:
strategy:
matrix:
destination:
-
name: iOS
- name: iOS
value: "platform=iOS Simulator,name=iPhone 14,OS=latest"
-
name: tvOS
- name: tvOS
value: "platform=tvOS Simulator,name=Apple TV,OS=latest"
-
name: watchOS
- name: watchOS
value: "platform=watchOS Simulator,name=Apple Watch Series 8 (41mm),OS=latest"
steps:
- name: Inspect versions
run: |
swift --version
xcodebuild -version
- uses: actions/checkout@v3
- name: Build
run: |-
Expand Down

0 comments on commit 50d4ffd

Please sign in to comment.