Skip to content

Commit db3da3b

Browse files
committed
chore: bump ubuntu
1 parent d0d3fc8 commit db3da3b

File tree

65 files changed

+65
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+65
-65
lines changed

.github/workflows/hosting-photo-storage-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dfx deploy
3232
popd
3333
hosting-photo-storage-linux:
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v1
3737
- name: Provision Linux

.github/workflows/hosting-static-website-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dfx deploy
2828
popd
2929
hosting-static-website-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/hosting-unity-webgl-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dfx deploy
2828
popd
2929
hosting-unity-webgl-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-basic-bitcoin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dfx deploy basic_bitcoin --argument '(variant { regtest })'
3232
popd
3333
rust-basic-bitcoin-linux:
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v2
3737
with:

.github/workflows/motoko-basic-dao-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
done)
3333
popd
3434
motoko-hello-linux:
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636
steps:
3737
- uses: actions/checkout@v1
3838
- name: Provision Linux

.github/workflows/motoko-canister-logs-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-canister-logs-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-cert_var-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-cert-var-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-classes-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-classes-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-composite-query-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
make test
2929
popd
3030
motoko-composite-query-linux:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- uses: actions/checkout@v1
3434
- name: Provision Linux

.github/workflows/motoko-counter-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-counter-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-encrypted-notes-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
make test-e2e BUILD_ENV=motoko
3232
popd
3333
motoko-encrypted-notes-linux:
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v1
3737
- name: Provision Linux

.github/workflows/motoko-encrypted-notes-vetkd-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
make test-e2e BUILD_ENV=motoko
3434
popd
3535
motoko-encrypted-notes-linux:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-22.04
3737
steps:
3838
- uses: actions/checkout@v1
3939
- name: Provision Linux

.github/workflows/motoko-hello_cycles-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-hello_cycles-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-icp-transfer-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bash ./demo.sh
2828
popd
2929
motoko-icp_transfer-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-icrc2-swap-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616
jobs:
1717
motoko-icrc2-swap-linux:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Linux

.github/workflows/motoko-internet-identity-integration-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-internet-identity-integration-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-life-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-life-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-minimal-counter-dapp-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-minimal-counter-dapp-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-parallel-calls-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
make test
3030
popd
3131
motoko-parallel-calls-linux:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v2
3535
with:

.github/workflows/motoko-pub-sub-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-pub-sub-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-query-stats.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dfx deploy query_stats
2929
popd
3030
rust-basic-bitcoin-linux:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- uses: actions/checkout@v2
3434
with:

.github/workflows/motoko-random_maze-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-random_maze-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-send-http-get-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-send-http-get-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-send-http-post-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-send-http-post-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-superheroes-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-superheroes-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-threshold-ecdsa-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sleep 10
3030
bash test.sh hello
3131
motoko-threshold-ecdsa-linux:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux

.github/workflows/motoko-threshold-schnorr-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm install
2727
make test
2828
motoko-threshold-schnorr-linux:
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- uses: actions/checkout@v1
3232
- name: Provision Linux

.github/workflows/motoko-token-transfer-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bash ./demo.sh
2828
popd
2929
motoko-token_transfer-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-token-transfer-from-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bash ./demo.sh
2828
popd
2929
motoko-token_transfer_from-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/motoko-vetkd-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
make test
3030
popd
3131
motoko-vetkd-linux:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux

.github/workflows/motoko-whoami-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
motoko-whoami-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/rust-basic-bitcoin-example-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515
jobs:
1616
rust-basic-bitcoin-linux:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Provision Linux

.github/workflows/rust-basic-bitcoin-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
make deploy
3030
popd
3131
rust-basic-bitcoin-linux:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux

.github/workflows/rust-basic-dao-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
done)
3434
popd
3535
rust-hello-linux:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-22.04
3737
steps:
3838
- uses: actions/checkout@v1
3939
- name: Provision Linux

.github/workflows/rust-basic-ethereum-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cargo test
4040
popd
4141
rust-basic-ethereum-linux:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-22.04
4343
steps:
4444
- uses: actions/checkout@v1
4545
- name: Provision Linux

.github/workflows/rust-canister-info-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
make test
3030
popd
3131
rust-canister-info-linux:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux

.github/workflows/rust-canister-logs-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
rust-canister-logs-example-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/rust-canister-snapshots-example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
make test
3030
popd
3131
rust-canister-snapshots-example-linux:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux

.github/workflows/rust-composite_query-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
dfx canister call kv_frontend get '(1)' | grep '1_337'
3535
popd
3636
rust-composite_query-linux:
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
steps:
3939
- uses: actions/checkout@v1
4040
- name: Provision Linux

.github/workflows/rust-counter-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make test
2828
popd
2929
rust-counter-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux

.github/workflows/rust-defi-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
bash ./test/transfer.sh
3232
popd
3333
rust-defi-linux:
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v2
3737
with:

.github/workflows/rust-dip721-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
bash ./demo.sh
2929
popd
3030
rust-dip721-linux:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- uses: actions/checkout@v2
3434
with:

.github/workflows/rust-encrypted-notes-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
make test-e2e BUILD_ENV=rust
3232
popd
3333
rust-encrypted-notes-linux:
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v1
3737
- name: Provision Linux

.github/workflows/rust-encrypted-notes-vetkd-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
make test-e2e BUILD_ENV=rust
3434
popd
3535
rust-encrypted-notes-linux:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-22.04
3737
steps:
3838
- uses: actions/checkout@v1
3939
- name: Provision Linux

0 commit comments

Comments
 (0)