Skip to content

Commit e6ff6ed

Browse files
authored
Update testing.yml
Revert back to ubuntu-22.04 because of disconnection of self hosted runner.
1 parent a4111d9 commit e6ff6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
jobs:
2424
docs:
2525
name: Documentation
26-
runs-on: self-hosted
26+
runs-on: ubuntu-22.04
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)