Skip to content

Commit 35a4c42

Browse files
committed
revert(ci): revert back to using ubuntu-latest in gh action test job (#598)
1 parent 5e2f537 commit 35a4c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
deps:
55
name: deps py${{ matrix.python-version }}
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-latest
77
strategy:
88
fail-fast: false
99
matrix:

0 commit comments

Comments
 (0)