Skip to content

Commit

Permalink
Switch to 2 core workers
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo authored Oct 17, 2024
1 parent 95a8fff commit 05464c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on: [push, pull_request]
jobs:
lint:
runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
Expand All @@ -16,7 +16,7 @@ jobs:
flake8 --version
flake8
unit:
runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
Expand All @@ -42,7 +42,7 @@ jobs:
run: coverage xml
- uses: codecov/codecov-action@v4
styles:
runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Set up Node 20
Expand Down

0 comments on commit 05464c6

Please sign in to comment.