File tree Expand file tree Collapse file tree 7 files changed +14
-10
lines changed
Expand file tree Collapse file tree 7 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 - x86_64-pc-windows-msvc
2020 include :
2121 - target : aarch64-unknown-linux-gnu
22- os : ubuntu-20 .04
22+ os : ubuntu-22 .04
2323 ext : ' '
2424 - target : x86_64-unknown-linux-gnu
25- os : ubuntu-20 .04
25+ os : ubuntu-22 .04
2626 ext : ' '
2727 - target : aarch64-apple-darwin
2828 os : macos-13
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212
1313 # https://jsr.io/docs/publishing-packages#publishing-from-github-actions
1414 permissions :
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - x86_64-pc-windows-msvc
2020 include :
2121 - target : aarch64-unknown-linux-gnu
22- os : ubuntu-20 .04
22+ os : ubuntu-22 .04
2323 buildfile : ' libminify_html_java.so'
2424 resfile : ' linux-aarch64.nativelib'
2525
2626 - target : x86_64-unknown-linux-gnu
27- os : ubuntu-20 .04
27+ os : ubuntu-22 .04
2828 buildfile : ' libminify_html_java.so'
2929 resfile : ' linux-x64.nativelib'
3030
7070 path : minify-html-java/${{ matrix.resfile }}
7171
7272 package :
73- runs-on : ubuntu-20 .04
73+ runs-on : ubuntu-22 .04
7474 needs : build
7575 steps :
7676 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1919 - x86_64-pc-windows-msvc
2020 include :
2121 - target : aarch64-unknown-linux-gnu
22- os : ubuntu-20 .04
22+ os : ubuntu-22 .04
2323 - target : x86_64-unknown-linux-gnu
24- os : ubuntu-20 .04
24+ os : ubuntu-22 .04
2525 - target : aarch64-apple-darwin
2626 os : macos-13
2727 - target : x86_64-apple-darwin
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build :
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-22 .04
1616 strategy :
1717 matrix :
1818 platform :
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 steps :
1313 - uses : actions/checkout@v1
1414
Original file line number Diff line number Diff line change 11# minify-html changelog
22
3+ ## 0.17.1
4+
5+ - Bump Ubuntu version for GitHub Actions.
6+
37## 0.17.0
48
59- [ Node.js] BREAKING: Minimum Node.js version increased from 8.6.0 to 10.0.0.
You can’t perform that action at this time.
0 commit comments