Skip to content

Commit 35bc593

Browse files
committed
Merge branch 'master' of github.com:CliMT/climt
2 parents 8698d03 + 9a4d4fd commit 35bc593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-18.04, macos-11]
17+
os: [ubuntu-20.04, macos-11]
1818
python-version: [py37, py38, py39, py310]
1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/release_climt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-18.04,macOS-11]
13+
os: [ubuntu-20.04,macOS-11]
1414
#, windows-2019, macOS-10.15]
1515

1616
steps:

0 commit comments

Comments
 (0)