Skip to content

Commit

Permalink
Use ubuntu-22.04 instead of latest
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Fierro <[email protected]>
  • Loading branch information
SimonYansenZhao and miguelgfierro committed Sep 4, 2023
1 parent 9364c9b commit be86a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sarplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Test pysarplus with different versions of Python.
# Package pysarplus and upload as GitHub workflow artifact when merged into
# the main branch.
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
Expand Down

0 comments on commit be86a29

Please sign in to comment.