Skip to content

Commit a7bf65b

Browse files
cjyarleeroy-travis
andauthored
Upgrade to ubuntu-22.04. (#104)
* Upgrade to ubuntu-22.04. * Update workflows from templates. Co-authored-by: Leeroy Travis <ops@ironcorelabs.com>
1 parent 47beb89 commit a7bf65b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/typescript-ci-patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
system:
1414
- os: macos-10.15
1515
target: x86_64-apple-darwin
16-
- os: ubuntu-20.04
16+
- os: ubuntu-22.04
1717
target: x86_64-unknown-linux-gnu
1818
- os: windows-2019
1919
target: x86_64-pc-windows-msvc
@@ -92,7 +92,7 @@
9292
- op: add
9393
path: /jobs/test-docker/strategy/matrix/os
9494
value:
95-
- ubuntu-20.04
95+
- ubuntu-22.04
9696
- op: replace
9797
path: /jobs/test-docker/runs-on
9898
value: "${{ matrix.os }}"

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
system:
2828
- os: macos-10.15
2929
target: x86_64-apple-darwin
30-
- os: ubuntu-20.04
30+
- os: ubuntu-22.04
3131
target: x86_64-unknown-linux-gnu
3232
- os: windows-2019
3333
target: x86_64-pc-windows-msvc
@@ -71,7 +71,7 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272

7373
publish-github-docker:
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-22.04
7575
container:
7676
image: node:${{ matrix.node_version }}-alpine
7777
strategy:
@@ -109,7 +109,7 @@ jobs:
109109
needs:
110110
- publish-github
111111
- publish-github-docker
112-
runs-on: ubuntu-20.04
112+
runs-on: ubuntu-22.04
113113
steps:
114114
- uses: actions/checkout@v2
115115
with:

.github/workflows/typescript-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
system:
2626
- os: macos-10.15
2727
target: x86_64-apple-darwin
28-
- os: ubuntu-20.04
28+
- os: ubuntu-22.04
2929
target: x86_64-unknown-linux-gnu
3030
- os: windows-2019
3131
target: x86_64-pc-windows-msvc
@@ -101,7 +101,7 @@ jobs:
101101
arch:
102102
- x64
103103
os:
104-
- ubuntu-20.04
104+
- ubuntu-22.04
105105
fail-fast: false
106106
steps:
107107
- run: apk add build-base git python3 wget

0 commit comments

Comments
 (0)