Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyPetrachkov committed Oct 1, 2024
1 parent ce19c22 commit 993eec6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/HealthCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-15

steps:
- uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
development: true

- name: Build
run: swift build

- name: Run tests
run: swift test

0 comments on commit 993eec6

Please sign in to comment.