Skip to content

Commit

Permalink
Merge pull request #922 from frappe/fix-checks
Browse files Browse the repository at this point in the history
fix: checks doesnt start due to unusable runner
  • Loading branch information
akshayitzme authored Aug 10, 2024
2 parents 0420228 + 7848109 commit 99e6cd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
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-11
runs-on: macos-12
steps:
- name: Setup node
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
build-macos:
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Setup node
uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
setup_and_test:
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Setup node
uses: actions/setup-node@v2
Expand All @@ -32,7 +32,7 @@ jobs:
run: yarn test

setup_and_uitest:
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Setup node
uses: actions/setup-node@v2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
>
> Frappe Books is looking for a maintainer, please view [#775](https://github.com/frappe/books/issues/775) for more info.

<div align="center" markdown="1">

<img src="https://user-images.githubusercontent.com/29507195/207267672-d422db6c-d89a-4bbe-9822-468a55c15053.png" alt="Frappe Books logo" width="384"/>
Expand Down

0 comments on commit 99e6cd5

Please sign in to comment.