Skip to content

Commit 2922652

Browse files
committed
Set Xcode 15.1 on GitHub Action
1 parent 21c0bc0 commit 2922652

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
2-
name: "ci"
3-
4-
on:
5-
push:
6-
branches: [main]
7-
pull_request:
8-
branches: [main]
2+
name: "CI"
3+
on: [push]
94

105
jobs:
116
test:
127
runs-on: macOS-latest
8+
env:
9+
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
1310
steps:
1411
- uses: actions/checkout@v4
1512
- name: Run Tests

0 commit comments

Comments
 (0)