Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklandrin committed Jan 24, 2024
1 parent 27e5e03 commit fe6636f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ on:
branches: [ "main" ]

jobs:
build:
deploy:

runs-on: macos-latest
runs-on: macos-13-xlarge

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3'

- name: Build
run: swift build -v
run: swift build

- name: Run tests
run: swift test -v
run: swift test

0 comments on commit fe6636f

Please sign in to comment.