Skip to content

Commit 5d0e273

Browse files
authored
chore: move to using ubuntu 22 for actions (#106)
Signed-off-by: Michael Dawson <[email protected]>
1 parent b9f2c20 commit 5d0e273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)