Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dankinsoid/VDStore
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 4, 2024
2 parents 9de3a23 + 9efd45c commit 21a57d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:

jobs:
build:

runs-on: macos-latest
strategy:
matrix:
os: [macos-latest]
swift: ["5.0", "5.9"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 21a57d8

Please sign in to comment.