Skip to content

Commit 33127b8

Browse files
Revert "CI: Disable macOS CI"
This reverts commit a7be9bf.
1 parent a7be9bf commit 33127b8

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ on:
44
push: { branches: [ main ] }
55

66
jobs:
7-
# Disabled because `latest` is only XCode 16.2 which has Swift 6.0.3
8-
# macos-test:
9-
# runs-on: macos-latest
10-
# steps:
11-
# - uses: maxim-lobanov/setup-xcode@v1
12-
# with:
13-
# xcode-version: latest
14-
# - uses: actions/checkout@v4
15-
# - name: Darwin build & test
16-
# run: swift test --enable-all-traits --skip IntegrationTests
7+
macos-test:
8+
runs-on: macos-latest
9+
steps:
10+
- uses: maxim-lobanov/setup-xcode@v1
11+
with:
12+
xcode-version: latest
13+
- uses: actions/checkout@v4
14+
- name: Darwin build & test
15+
run: swift test --enable-all-traits --skip IntegrationTests
1716
linux-test:
1817
runs-on: ubuntu-latest
1918
container:

0 commit comments

Comments
 (0)