Skip to content

Commit

Permalink
Update build workflow to use macOS 13 and Xcode 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Jun 21, 2023
1 parent 56be7f4 commit b97448d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_13.3.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer

steps:
- name: Checkout
Expand Down

0 comments on commit b97448d

Please sign in to comment.