Skip to content

Commit f7bfea3

Browse files
authored
Update build.yml to use Ubuntu 22 instead of 20
1 parent 9d4f977 commit f7bfea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- name: Checkout repository.

0 commit comments

Comments
 (0)