Skip to content

Commit d4ea422

Browse files
chore: update to dfx 0.32.0 (#1342)
1 parent 3dec302 commit d4ea422

35 files changed

Lines changed: 35 additions & 35 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
icp deploy
3434
popd
3535
hosting-photo-storage-linux:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
steps:
3838
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3939
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
icp deploy
3232
popd
3333
hosting-static-website-linux:
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3737
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
icp deploy
3232
popd
3333
hosting-unity-webgl-linux:
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3737
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bash ./demo.sh
2828
popd
2929
motoko-canister-factory-linux:
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3333
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
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-22.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3333
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
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-22.04
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3434
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
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-22.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3333
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
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-22.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
3333
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
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-22.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
2121
- name: Provision Linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
include:
2323
- os: macos-15
2424
provision: .github/workflows/provision-darwin.sh
25-
- os: ubuntu-22.04
25+
- os: ubuntu-24.04
2626
provision: .github/workflows/provision-linux.sh
2727
steps:
2828
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0

0 commit comments

Comments
 (0)