Skip to content

Commit c2636fb

Browse files
authored
Merge pull request #3608 from corbob/update-gha
(build) Update GHA to pin ubuntu version
2 parents 89a5634 + ecd3e4e commit c2636fb

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
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
# Build using mono on Ubuntu
1313
ubuntu-build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:

0 commit comments

Comments
 (0)