Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Archetapp authored Feb 27, 2024
1 parent d98b820 commit bc32c64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ name: Swift
on: [push]

jobs:
macOS:
build:
name: Test macOS
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: macOS
run: xcodebuild -destination "platform=macOS" clean build
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: macOS
run: xcodebuild -destination "platform=macOS" clean build

0 comments on commit bc32c64

Please sign in to comment.