Skip to content

Commit bde4f64

Browse files
brbaanm
authored andcommitted
gh/workflows: Use ubuntu-latest
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 2ed349d commit bde4f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

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

1111
build:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1515

@@ -37,7 +37,7 @@ jobs:
3737
path: pwru
3838

3939
test:
40-
runs-on: ubuntu-latest-4cores-16gb
40+
runs-on: ubuntu-latest
4141
name: Test
4242
needs: build
4343
strategy:

0 commit comments

Comments
 (0)