Skip to content

Commit 550a543

Browse files
authored
Merge pull request #23 from ECSIM/ci
`Ubuntu-20.04` --> `Ubuntu-22.04`
2 parents 13a4086 + 3aad35a commit 550a543

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-20.04]
15-
python-version: [3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0]
14+
os: [ubuntu-22.04]
15+
python-version: [3.7, 3.8, 3.9, 3.10.5, 3.11.0, 3.12.0, 3.13.0]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python ${{ matrix.python-version }}

Notebooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<table style="border-collapse: collapse;">
99
<tr>
1010
<td align="center">CI</td>
11-
<td align="center"><img src="https://github.com/ECSIM/dbfc-dataset/workflows/CI/badge.svg?branch=master"></td>
11+
<td align="center"><img src="https://github.com/ECSIM/dbfc-dataset/actions/workflows/test.yml/badge.svg?branch=master"></td>
1212
</tr>
1313
</table>
1414

0 commit comments

Comments
 (0)