Skip to content

Commit 3a2049b

Browse files
committed
build: Use ubuntu-latest for CI
1 parent 2079caf commit 3a2049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-20.04]
16+
os: [ubuntu-latest]
1717
python-version: ['3.12']
1818

1919
steps:

0 commit comments

Comments
 (0)