Skip to content

Commit 0111337

Browse files
committed
Change runner
1 parent 63ed770 commit 0111337

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ env:
88

99
jobs:
1010
tests:
11-
name: Tests
12-
# Increase machine size by requesting a larger GitHub-hosted runner
13-
# Options: ubuntu-latest, ubuntu-22.04, ubuntu-20.04, or larger runners below
14-
# For more vCPUs and RAM, use ubuntu-latest with 'large' runner
15-
# GitHub hosted runners docs: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
16-
# 'ubuntu-latest' = 2 vCPU, 7 GB RAM; 'ubuntu-latest-8-cores' = 8 vCPU, 32 GB RAM
17-
runs-on: ubuntu-latest-8-cores
11+
runs-on: ubuntu-latest
1812

1913
steps:
2014
- name: Checkout repository

0 commit comments

Comments
 (0)