Skip to content

Commit 066db43

Browse files
authored
bump ubuntu version for erlang update
1 parent d9726bf commit 066db43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
name: Test
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: erlef/setup-beam@v1

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
sarif_file: 'trivy-results.sarif'
126126
test:
127127
name: Test
128-
runs-on: ubuntu-20.04
128+
runs-on: ubuntu-22.04
129129
steps:
130130
- uses: actions/checkout@v3
131131
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)