Skip to content

Commit 4a0170b

Browse files
authored
chore(ci): move tests back to github runner (#561)
* chore(ci): upgrade Python version in GitHub Actions workflow to 3.12 * chore(ci): change GitHub Actions runner to ubuntu-latest for improved compatibility
1 parent 3d5dc85 commit 4a0170b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656

5757
test:
5858
name: Run Tests
59-
runs-on: [self-hosted, linux, amd64]
60-
# self-hosted runner provides enough disk space for the full test suite
59+
runs-on: ubuntu-latest
6160
steps:
6261
- name: Check out code
6362
uses: actions/checkout@v6
@@ -69,7 +68,7 @@ jobs:
6968
- name: Set up Python
7069
uses: actions/setup-python@v6
7170
with:
72-
python-version: '3.12.x'
71+
python-version: '3.12'
7372
cache: pip
7473

7574
- name: Install dependencies

0 commit comments

Comments
 (0)