Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Oct 6, 2024
1 parent 5f1a0d3 commit 1d9775d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- percona:8.0
runner:
# List is deliberately incomplete; we want to avoid running 50 jobs on every commit
- swift:5.8-focal
- swift:5.9-focal
- swift:5.10-jammy
- swiftlang/swift:nightly-6.0-jammy
- swift:6.0-jammy
container: ${{ matrix.runner }}
runs-on: ubuntu-latest
services:
Expand Down Expand Up @@ -86,8 +86,6 @@ jobs:
fail-fast: false
matrix:
include:
- macos-version: macos-13
xcode-version: '~14.3'
- macos-version: macos-14
xcode-version: latest
runs-on: ${{ matrix.macos-version }}
Expand Down

0 comments on commit 1d9775d

Please sign in to comment.