Skip to content

Commit

Permalink
Merge pull request #1041 from frappe/fix-build-action
Browse files Browse the repository at this point in the history
fix: deprecated runner for build action
  • Loading branch information
akshayitzme authored Dec 5, 2024
2 parents f830b10 + 7459c30 commit 0b310c2
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 @@ -8,7 +8,7 @@ on:

jobs:
setup_and_build:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Setup node
uses: actions/setup-node@v2
Expand Down

0 comments on commit 0b310c2

Please sign in to comment.