Skip to content

Commit 66492c3

Browse files
committed
revert self-hosted
1 parent 04dc034 commit 66492c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
tests:
1313
name: "Python ${{ matrix.python-version }}"
14-
runs-on: ["self-hosted", "ubuntu-latest"]
14+
runs-on: ubuntu-latest
1515
env:
1616
USING_COVERAGE: '3.7,3.8,3.10,3.11,3.12'
1717

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
test-publish:
99
name: Test Publish
1010
runs-on:
11-
self-hosted
1211
ubuntu-latest
1312
strategy:
1413
fail-fast: false

0 commit comments

Comments
 (0)