Skip to content

Commit 846d69a

Browse files
committed
downgrade ubuntu
1 parent d3762e3 commit 846d69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
tests:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-20.04
2424
strategy:
2525
matrix:
2626
python-version: ['3.8', '3.9', '3.10', '3.11']
@@ -65,7 +65,7 @@ jobs:
6565

6666
benchmark:
6767
needs: [tests]
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-20.04
6969
steps:
7070
- uses: actions/checkout@v3
7171
- name: Set up Python

0 commit comments

Comments
 (0)