Skip to content

Commit

Permalink
Create macOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Nov 2, 2024
1 parent 2a26499 commit 56bdb7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: macOS

on:
push:
branches: ["**"]

jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.0
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v

0 comments on commit 56bdb7e

Please sign in to comment.