Skip to content

Commit

Permalink
Merge pull request #1 from open-web3-stack/fix-ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
xlc authored Oct 17, 2024
2 parents e3d903a + 904f748 commit e5624c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Unit Tests

# TODO: reenable when https://github.com/swift-actions/setup-swift/issues/683 is resolved.
# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-15]
swift: ["6.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
- name: Setup Swift
uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit e5624c8

Please sign in to comment.