Skip to content

Commit 72e850a

Browse files
changed back the runner to be ubuntu
1 parent 8afc4b9 commit 72e850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: python:3.9
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)