Skip to content

Commit

Permalink
Downgrade GitHub Actions workflow from macOS 14 to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Oct 26, 2023
1 parent 978bcb1 commit 673fd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-14
runs-on: macos-13
outputs:
workspace: ${{ github.workspace }}

Expand Down

0 comments on commit 673fd10

Please sign in to comment.