Skip to content

Commit

Permalink
Update Macro Compatibility Check (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob authored Oct 10, 2024
1 parent bc92c4b commit c805972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Swift Macro Compatibility Check
uses: Matejkob/swift-macro-compatibility-check@v1.0.0
uses: Matejkob/swift-macro-compatibility-check@v1
with:
run-tests: false
major-versions-only: false
major-versions-only: true

# windows:
# name: Windows (Swift ${{ matrix.swift }}, ${{ matrix.config }})
Expand Down

0 comments on commit c805972

Please sign in to comment.