Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Nov 14, 2024
1 parent 2254d99 commit 83fa3dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ jobs:
name: swift ${{ matrix.x.swift }}
runs-on: ${{ matrix.x.os }}
needs: [verify-dist]
continue-on-error: true
strategy:
matrix:
x:
Expand All @@ -225,7 +226,7 @@ jobs:
- swift: ~5.7
os: macos-13
- swift: ~5.8
os: macos-14
os: macos-13
- swift: ~5.9
os: macos-14
- swift: ~5.10
Expand All @@ -245,6 +246,7 @@ jobs:
name: ${{ matrix.platform }} (${{ matrix.action }}, ${{ matrix.xcode }}${{ matrix.codecov && ', cc' || ''}}${{ matrix.job-name-sufix }})
runs-on: ${{ matrix.os || 'macos-12' }}
needs: [verify-dist]
continue-on-error: true
strategy:
matrix:
platform:
Expand Down

0 comments on commit 83fa3dd

Please sign in to comment.