Skip to content

Commit

Permalink
Update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley committed Mar 11, 2024
1 parent 2508339 commit 6d1e752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
platform: [ubuntu-latest]
platform: ["4-core-ubuntu"]
python-version: ["3.10"]

runs-on: ${{ matrix.platform }}
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
platform: [ubuntu-latest]
platform: ["4-core-ubuntu"]
python-version: ["3.10"]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 6d1e752

Please sign in to comment.