Skip to content

Commit

Permalink
Exclude macOS 13/Swift 5.8 combo from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 13, 2024
1 parent d12bb86 commit fd4b00d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-13']
swift: ['5.8', '5.9']
exclude:
# Compiler crashes due to a bug: https://github.com/fwcd/d2/actions/runs/7880565521/job/21502800704
# TODO: Remove this once we bump D2's minimum Swift version to 5.9+
- os: 'macos-13'
swift: '5.8'

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit fd4b00d

Please sign in to comment.