Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed May 21, 2024
1 parent ac0b3bd commit 983c627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ permissions:
contents: write
jobs:
update-dashboard:
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest-8core
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: "3.10"

- name: Update Dashboard
env:
Expand Down

0 comments on commit 983c627

Please sign in to comment.