Skip to content

Commit cbd0904

Browse files
committed
temporary deprecation of self-hosted CI/CD
1 parent 9787153 commit cbd0904

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
run_pytest:
1818
name: Run tests on min and max Python versions
19-
runs-on: self-hosted
19+
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: true
2222
matrix:
@@ -61,7 +61,7 @@ jobs:
6161

6262
build_sdist:
6363
name: Build source distribution
64-
runs-on: self-hosted
64+
runs-on: ubuntu-latest
6565
needs: run_pytest
6666
steps:
6767
- uses: actions/checkout@v4

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
build_test_sdist:
1919
name: Test source distribution
20-
runs-on: self-hosted
20+
runs-on: ubuntu-latest
2121
needs: run_pytest
2222
strategy:
2323
fail-fast: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
pytest:
99
name: Run pytest
10-
runs-on: self-hosted
10+
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: true
1313
matrix:

0 commit comments

Comments
 (0)