Skip to content

Commit

Permalink
Move runner image to macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong committed Nov 14, 2024
1 parent 80d9222 commit 90da8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
jobs:
textgrabber2:
name: TextGrabber2
runs-on: macos-14
runs-on: macos-15
if: github.event.pull_request.draft == false
env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 90da8f9

Please sign in to comment.