Skip to content

Commit 4e0c4b7

Browse files
committed
Update docc workflow environment
1 parent bb9f423 commit 4e0c4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches:
66
- main
77
env:
8-
DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer"
8+
DEVELOPER_DIR: "/Applications/Xcode_15.3.app/Contents/Developer"
99
jobs:
1010
DocC:
11-
runs-on: macos-13
11+
runs-on: macos-14
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Build DocC

0 commit comments

Comments
 (0)