Skip to content

Commit c674d5a

Browse files
Merge branch 'master' into dependabot/maven/org.junit.jupiter-junit-jupiter-5.12.2
2 parents 298d1a1 + 820a57b commit c674d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v2
@@ -39,7 +39,7 @@ jobs:
3939
path: .
4040

4141
test:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-22.04
4343
needs: build
4444
steps:
4545
- name: Checkout repository

0 commit comments

Comments
 (0)