Skip to content

Commit

Permalink
Drop setup-swift (for Linux, which is the prod platform)
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jun 8, 2023
1 parent 4681fd7 commit ecd533a
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,31 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
run_nightly:
test-validator-Linux:
runs-on: swift:5.8.1-focal
steps:
- name: Get swift version
run: swift --version

- name: Checkout
uses: actions/checkout@v3

- name: Build validator
run: |
swift build
- name: Check redirects
run: ./check-redirects.sh

- name: Check dependencies
run: ./check-dependencies.sh

test-validator-macOS:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [macos-latest]
swift: ["5.8"]
runs-on: ${{ matrix.os }}
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v1
with:
Expand Down

0 comments on commit ecd533a

Please sign in to comment.