Skip to content

Commit 90da8f9

Browse files
committed
Move runner image to macos-15
1 parent 80d9222 commit 90da8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
jobs:
1111
textgrabber2:
1212
name: TextGrabber2
13-
runs-on: macos-14
13+
runs-on: macos-15
1414
if: github.event.pull_request.draft == false
1515
env:
16-
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
16+
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
1717

1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)