tooling: pin ubuntu version used for github CI
This commit is contained in:
parent
9aa6cd640a
commit
252f151213
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-fonts.yml
vendored
2
.github/workflows/build-fonts.yml
vendored
|
|
@ -37,7 +37,7 @@ defaults:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
|
|
|||
Reference in a new issue