Skip to content

Commit 820a57b

Browse files
Merge pull request #66 from michal-luczak/michal-luczak-patch-17
Update build.yml
2 parents 60bc687 + 01a9713 commit 820a57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)