File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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 }}"
Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments