Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe authored Nov 15, 2024
1 parent a88e05d commit 7600373
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 @@ -4,9 +4,9 @@ on: [push]

jobs:
build_and_test:
runs-on: macos-latest
runs-on: macos-15 # go back to macos-latest once 15 becomes the default
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Tests
Expand Down

0 comments on commit 7600373

Please sign in to comment.