Skip to content

Commit

Permalink
Merge pull request #1 from pawello2222/dev
Browse files Browse the repository at this point in the history
Updated github actions
  • Loading branch information
pawello2222 authored May 15, 2024
2 parents 6f30704 + 70d991f commit 613798e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: SwiftLint
uses: norio-nomura/[email protected]

build:
runs-on: macos-13
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: swift build

0 comments on commit 613798e

Please sign in to comment.