Skip to content

Commit 981b7d3

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 8df5ac3 + e923ccf commit 981b7d3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,17 @@ on:
88

99
jobs:
1010
build:
11-
# macos-15 (ARM) macos-13 (x86).
11+
# macos-15 only
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-15, macos-13]
15+
os: [macos-15]
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Build
2121
run: swift build -v
22-
- name: Test (macOS 13 Subset)
23-
if: ${{ matrix.os == 'macos-13' }}
24-
run: swift test --skip Fifteen
2522
- name: Test (macOS 15 -- All Tests)
2623
if: ${{ matrix.os == 'macos-15' }}
2724
run: swift test

0 commit comments

Comments
 (0)