Skip to content

Commit e7ba050

Browse files
committed
fix: fix ubuntu 20.04 to 22.04
Signed-off-by: Kim Ebert <[email protected]>
1 parent d2b4fd9 commit e7ba050

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/reuseable_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
indy_node_tests:
1515
name: Sliced Module Tests
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
# Fix for scacap/action-surefire-report out of memory error:
1818
# - https://github.com/ScaCap/action-surefire-report/issues/17
1919
env:

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
bump_version:
3434
name: Bump Version Number
3535
needs: taginfos
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-22.04
3737
steps:
3838
- name: Check out code
3939
uses: actions/checkout@v4

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-20.04"
4+
os: "ubuntu-22.04"
55
tools:
66
python: "3.6"
77

0 commit comments

Comments
 (0)