Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CliMT/climt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed May 20, 2023
2 parents 8698d03 + 9a4d4fd commit 35bc593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, macos-11]
os: [ubuntu-20.04, macos-11]
python-version: [py37, py38, py39, py310]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_climt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04,macOS-11]
os: [ubuntu-20.04,macOS-11]
#, windows-2019, macOS-10.15]

steps:
Expand Down

0 comments on commit 35bc593

Please sign in to comment.