Skip to content

Commit

Permalink
Update GitHub Actions workflow to macOS 14 & XCode 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Oct 26, 2023
1 parent 1cb7fa6 commit 978bcb1
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 @@ -27,7 +27,7 @@ jobs:
frontend:
name: Test and lint frontend
needs: setup
runs-on: macos-13
runs-on: macos-14
outputs:
workspace: ${{ github.workspace }}

Expand All @@ -46,7 +46,7 @@ jobs:

- name: Lint and test
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
run: npm test

- name: Upload test coverage artifact
Expand Down

0 comments on commit 978bcb1

Please sign in to comment.