Skip to content

Commit

Permalink
Merge pull request #26 from broadinstitute/ew-fix-github-actions
Browse files Browse the repository at this point in the history
Fix GitHub Actions OOM error by running on macOS 11
  • Loading branch information
eweitz authored Dec 1, 2021
2 parents 103532a + d6e868c commit 026ebe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# This workflow contains a single job called "data-update"
update-trends-data:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: macos-11

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# This workflow contains a single job called "data-update"
update-trends-data:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: macos-11

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 026ebe3

Please sign in to comment.