Skip to content

Commit e83ea09

Browse files
authored
Revert to macOS
1 parent ef0427d commit e83ea09

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

.github/workflows/swift.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ on:
1010
branches: [ "main" ]
1111

1212
jobs:
13-
build:
14-
15-
runs-on: ubuntu-latest # Changed from macos-latest to ubuntu-latest
16-
13+
xcode:
14+
runs-on: macos-15
15+
env:
16+
DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
1717
steps:
18-
- uses: actions/checkout@v4
19-
- name: Setup Swift
20-
uses: sersoft-gmbh/swifty-linux-action@v3
21-
with:
22-
release-version: 6.1
23-
- name: Build
24-
run: swift build -v
25-
- name: Run tests
26-
run: swift test -v
18+
- uses: actions/checkout@v4
19+
- name: Version
20+
run: swift --version
21+
- name: Build
22+
run: swift build -v
23+
- name: Test
24+
run: swift test -v

0 commit comments

Comments
 (0)