@@ -9,7 +9,7 @@ concurrency: generate-fonts
99
1010jobs :
1111 get-infomation :
12- runs-on : ubuntu-22.04
12+ runs-on : ubuntu-latest
1313 outputs :
1414 tag : ${{ steps.get-latest-version.outputs.tag }}
1515 version : ${{ steps.get-latest-version.outputs.version }}
2525 echo version is ${VERSION}
2626
2727 prepare :
28- runs-on : ubuntu-22.04
28+ runs-on : ubuntu-latest
2929 needs : get-infomation
3030 env :
3131 LATEST_TAG : ${{ needs.get-infomation.outputs.tag }}
3535 - run : echo version is ${{ env.LATEST_VERSION }}
3636
3737 - name : Download latest version of Sarasa Gothic from GitHub release page
38- uses : robinraju/release-downloader@v1.10
38+ uses : robinraju/release-downloader@v1
3939 with :
4040 repository : ' be5invis/Sarasa-Gothic'
4141 tag : ${{ env.LATEST_TAG }}
4949 path : ' *.7z'
5050
5151 patch1 :
52- runs-on : ubuntu-22.04
52+ runs-on : ubuntu-latest
5353 needs : prepare
5454 strategy :
5555 matrix :
8686 echo Try appimage with path
8787 fontforge --version
8888 - name : Get Font Patcher
89- uses : robinraju/release-downloader@v1.10
89+ uses : robinraju/release-downloader@v1
9090 with :
9191 repository : ' ryanoasis/nerd-fonts'
9292 tag : ${{ env.NERD_FONTS_VERSION }}
@@ -171,7 +171,7 @@ jobs:
171171
172172 patch2 :
173173 needs : patch1
174- runs-on : ubuntu-22.04
174+ runs-on : ubuntu-latest
175175 strategy :
176176 matrix :
177177 styles : ['term', 'term-slab', 'gothic', 'ui']
@@ -207,7 +207,7 @@ jobs:
207207 echo Try appimage with path
208208 fontforge --version
209209 - name : Get Font Patcher
210- uses : robinraju/release-downloader@v1.10
210+ uses : robinraju/release-downloader@v1
211211 with :
212212 repository : ' ryanoasis/nerd-fonts'
213213 tag : ${{ env.NERD_FONTS_VERSION }}
@@ -292,7 +292,7 @@ jobs:
292292
293293 zip :
294294 needs : patch2
295- runs-on : ubuntu-22.04
295+ runs-on : ubuntu-latest
296296 strategy :
297297 matrix :
298298 styles : ['fixed', 'fixed-slab', 'mono', 'mono-slab', 'term', 'term-slab', 'gothic', 'ui']
@@ -344,7 +344,7 @@ jobs:
344344 release :
345345 needs : zip
346346 if : startsWith(github.ref, 'refs/tags/')
347- runs-on : ubuntu-22.04
347+ runs-on : ubuntu-latest
348348 steps :
349349 - run : ls -l
350350
0 commit comments