Skip to content

Commit 52e7a45

Browse files
authored
Update macOS.yml
1 parent d78edd7 commit 52e7a45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/macOS.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: macOS
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
5+
branches: ["**"]
86

97
jobs:
108
build:
119
runs-on: macos-latest
12-
1310
steps:
11+
- uses: maxim-lobanov/setup-xcode@v1
12+
with:
13+
xcode-version: 16.0
1414
- uses: actions/checkout@v3
1515
- name: Build
1616
run: swift build -v

0 commit comments

Comments
 (0)