Skip to content

Commit dc09457

Browse files
committed
[CI] Bump Ubuntu version
1 parent 6df3cd9 commit dc09457

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
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:

.github/workflows/java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -70,7 +70,7 @@ jobs:
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

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ 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
- 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

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
1818
platform:

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v1
1414

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

0 commit comments

Comments
 (0)