Skip to content

Commit 3847f34

Browse files
committed
unpin ubuntu for github actions
1 parent e3ab34d commit 3847f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_djelme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525

2626
test:
27+
runs-on: ubuntu-latest
2728
strategy:
2829
matrix:
2930
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
3031
django: ['4.2', '5.1', '5.2']
3132
# TODO: elasticsearch: ['6', '7', '8', '9']
32-
runs-on: ubuntu-20.04
3333
services:
3434
elasticsearch:
3535
image: elasticsearch:6.8.23

0 commit comments

Comments
 (0)