2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 02:49:03 +00:00

Merge pull request #1041 from frappe/fix-build-action

fix: deprecated runner for build action
This commit is contained in:
Akshay 2024-12-05 09:49:57 +05:30 committed by GitHub
commit 0b310c2a49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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