Skip to content

Commit 7b9dca9

Browse files
authored
Bumb ubuntu (#39)
* Bumb ubuntu * Also here * Also here
1 parent 43ffc8e commit 7b9dca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 2 deletions
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-22.04, ubuntu-20.04]
17+
os: [ubuntu-22.04, ubuntu-24.04]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Setup cmake
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
os: [ubuntu-22.04, ubuntu-20.04]
40+
os: [ubuntu-22.04, ubuntu-24.04]
4141

4242
steps:
4343
- uses: actions/checkout@v3

.github/workflows/python.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-22.04, ubuntu-20.04]
13+
os: [ubuntu-22.04, ubuntu-24.04]
1414

1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)