Skip to content

Commit

Permalink
run CI on macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Mar 10, 2024
1 parent 5d6b556 commit a2215c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ on:
jobs:
build:

runs-on: macos-12
runs-on: macos-14

steps:
- name: Checkout Project
uses: actions/checkout@v3

- name: Switch to Xcode 13.4.1
run: sudo xcode-select -s /Applications/Xcode_13.4.1.app

- name: Show Build Version
run: xcodebuild -version

Expand Down

0 comments on commit a2215c9

Please sign in to comment.