Skip to content

Commit 35150a8

Browse files
Ubuntu-20.04 --> Ubuntu-22.04 (#27)
* fix : ubuntu-20.04 --> ubuntu-22.04 * fix : Python 3.13 added to test.yml * fix : CI badge fixed
1 parent c968f18 commit 35150a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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
@@ -14,7 +14,7 @@
1414
<table style="border-collapse: collapse;">
1515
<tr>
1616
<td align="center">CI</td>
17-
<td align="center"><img src="https://github.com/ECSIM/pem-dataset1/workflows/CI/badge.svg?branch=master"></td>
17+
<td align="center"><img src="https://github.com/ECSIM/pem-dataset1/actions/workflows/test.yml/badge.svg?branch=master"></td>
1818
</tr>
1919
</table>
2020

0 commit comments

Comments
 (0)