We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf0842 commit d207566Copy full SHA for d207566
1 file changed
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
strategy:
23
matrix:
24
- os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04]
+ os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
25
python-version: [3.8, 3.9, "3.10", "3.11"]
26
env:
27
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
0 commit comments