Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
update Ubuntu to 22.04
  • Loading branch information
juuso-j authored Nov 24, 2023
1 parent 6fe8f86 commit 288e90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python: ["3.6", "3.8"]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container: "python:${{matrix.python}}-slim-buster"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 288e90c

Please sign in to comment.