Skip to content

Commit 2dd3c0b

Browse files
committed
Fix OS version
1 parent 79ea561 commit 2dd3c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: ubuntu-latest
18+
os: [ubuntu-latest]
1919
python-version: ["3.11"]
2020
steps:
2121
- name: Checkout repo with submodules

0 commit comments

Comments
 (0)