Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

build:

runs-on: macos-26
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7.0.1
- name: Install SwiftLint
run: brew install swiftlint
- name: Lint
Expand All @@ -26,11 +26,11 @@ jobs:
- name: Test
run: swift test --enable-code-coverage
- id: coverage
uses: codefiesta/swift-coverage-action@0.0.4
uses: codefiesta/swift-coverage-action@0.0.5
- name: badge
# Only run the badge update if we are pushing to main
if: github.ref == 'refs/heads/main'
uses: schneegans/dynamic-badges-action@v1.7.0
uses: schneegans/dynamic-badges-action@v1.9.0
with:
auth: ${{secrets.GIST_SECRET}}
gistID: 87655b6e3c89b9198287b2fefbfa641f
Expand Down
Loading