diff --git a/.github/workflows/hosting-photo-storage-example.yml b/.github/workflows/hosting-photo-storage-example.yml index 79d856ec1..4888c10e5 100644 --- a/.github/workflows/hosting-photo-storage-example.yml +++ b/.github/workflows/hosting-photo-storage-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: hosting-photo-storage-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/hosting-static-website-example.yaml b/.github/workflows/hosting-static-website-example.yaml index 726cd2938..b672fbe2a 100644 --- a/.github/workflows/hosting-static-website-example.yaml +++ b/.github/workflows/hosting-static-website-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: hosting-unity-static-website-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/hosting-unity-webgl-example.yaml b/.github/workflows/hosting-unity-webgl-example.yaml index 75de5cc34..fd501e106 100644 --- a/.github/workflows/hosting-unity-webgl-example.yaml +++ b/.github/workflows/hosting-unity-webgl-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: hosting-unity-webgl-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-basic-bitcoin.yaml b/.github/workflows/motoko-basic-bitcoin.yaml index 662bcefbc..407997189 100644 --- a/.github/workflows/motoko-basic-bitcoin.yaml +++ b/.github/workflows/motoko-basic-bitcoin.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-basic-bitcoin-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/motoko-basic-dao-example.yml b/.github/workflows/motoko-basic-dao-example.yml index 324bb047b..45dc5c9a3 100644 --- a/.github/workflows/motoko-basic-dao-example.yml +++ b/.github/workflows/motoko-basic-dao-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-dao-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-canister-logs-example.yml b/.github/workflows/motoko-canister-logs-example.yml index dd657e4c8..d17af5cb6 100644 --- a/.github/workflows/motoko-canister-logs-example.yml +++ b/.github/workflows/motoko-canister-logs-example.yml @@ -15,11 +15,11 @@ concurrency: cancel-in-progress: true jobs: motoko-canister-logs-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Motoko Canister Logs Darwin run: | dfx start --background @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Motoko Canister Logs Linux run: | dfx start --background diff --git a/.github/workflows/motoko-cert_var-example.yaml b/.github/workflows/motoko-cert_var-example.yaml index d4096411e..f5db37e07 100644 --- a/.github/workflows/motoko-cert_var-example.yaml +++ b/.github/workflows/motoko-cert_var-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-cert-var-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-classes-example.yaml b/.github/workflows/motoko-classes-example.yaml index f6515abb4..4d1f8ab23 100644 --- a/.github/workflows/motoko-classes-example.yaml +++ b/.github/workflows/motoko-classes-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-classes-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-composite-query-example.yaml b/.github/workflows/motoko-composite-query-example.yaml index b2654c5c8..bda8446e3 100644 --- a/.github/workflows/motoko-composite-query-example.yaml +++ b/.github/workflows/motoko-composite-query-example.yaml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: motoko-composite-query-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-counter-example.yaml b/.github/workflows/motoko-counter-example.yaml index 081d82c33..23742ccba 100644 --- a/.github/workflows/motoko-counter-example.yaml +++ b/.github/workflows/motoko-counter-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-counter-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-encrypted-notes-example.yml b/.github/workflows/motoko-encrypted-notes-example.yml index 55569b651..122875d25 100644 --- a/.github/workflows/motoko-encrypted-notes-example.yml +++ b/.github/workflows/motoko-encrypted-notes-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-encrypted-notes-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-encrypted-notes-vetkd-example.yml b/.github/workflows/motoko-encrypted-notes-vetkd-example.yml index 856fff060..5a45c559b 100644 --- a/.github/workflows/motoko-encrypted-notes-vetkd-example.yml +++ b/.github/workflows/motoko-encrypted-notes-vetkd-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-encrypted-notes-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-hello_cycles-example.yaml b/.github/workflows/motoko-hello_cycles-example.yaml index 64ca208d0..2a62b9ea7 100644 --- a/.github/workflows/motoko-hello_cycles-example.yaml +++ b/.github/workflows/motoko-hello_cycles-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-hello_cycles-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-internet-identity-integration-example.yaml b/.github/workflows/motoko-internet-identity-integration-example.yaml index ec0d79724..9ec2c3ec9 100644 --- a/.github/workflows/motoko-internet-identity-integration-example.yaml +++ b/.github/workflows/motoko-internet-identity-integration-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-internet-identity-integration-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-life-example.yaml b/.github/workflows/motoko-life-example.yaml index e5643ccd3..36888b0e1 100644 --- a/.github/workflows/motoko-life-example.yaml +++ b/.github/workflows/motoko-life-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-life-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-minimal-counter-dapp-example.yaml b/.github/workflows/motoko-minimal-counter-dapp-example.yaml index 66e5d8865..22e2c4cb1 100644 --- a/.github/workflows/motoko-minimal-counter-dapp-example.yaml +++ b/.github/workflows/motoko-minimal-counter-dapp-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-minimal-counter-dapp-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-parallel-calls-example.yml b/.github/workflows/motoko-parallel-calls-example.yml index aa2a365c1..d55ec51fb 100644 --- a/.github/workflows/motoko-parallel-calls-example.yml +++ b/.github/workflows/motoko-parallel-calls-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-parallel-calls-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/motoko-pub-sub-example.yaml b/.github/workflows/motoko-pub-sub-example.yaml index 0999e1295..24ed4d4de 100644 --- a/.github/workflows/motoko-pub-sub-example.yaml +++ b/.github/workflows/motoko-pub-sub-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-pub-sub-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-query-stats.yaml b/.github/workflows/motoko-query-stats.yaml index f2f5bde3d..70e953093 100644 --- a/.github/workflows/motoko-query-stats.yaml +++ b/.github/workflows/motoko-query-stats.yaml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true jobs: rust-basic-bitcoin-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/motoko-random_maze-example.yaml b/.github/workflows/motoko-random_maze-example.yaml index 5e348cd25..f56059bf3 100644 --- a/.github/workflows/motoko-random_maze-example.yaml +++ b/.github/workflows/motoko-random_maze-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-random_maze-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-send-http-get-example.yml b/.github/workflows/motoko-send-http-get-example.yml index 962d98926..6d54e9720 100644 --- a/.github/workflows/motoko-send-http-get-example.yml +++ b/.github/workflows/motoko-send-http-get-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-send-http-get-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-send-http-post-example.yml b/.github/workflows/motoko-send-http-post-example.yml index e4f690931..9d8b19b85 100644 --- a/.github/workflows/motoko-send-http-post-example.yml +++ b/.github/workflows/motoko-send-http-post-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-send-http-post-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-superheroes-example.yaml b/.github/workflows/motoko-superheroes-example.yaml index 23cf86af3..34fa48837 100644 --- a/.github/workflows/motoko-superheroes-example.yaml +++ b/.github/workflows/motoko-superheroes-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-superheroes-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-threshold-ecdsa-example.yaml b/.github/workflows/motoko-threshold-ecdsa-example.yaml index 750da5ebb..3006ab321 100644 --- a/.github/workflows/motoko-threshold-ecdsa-example.yaml +++ b/.github/workflows/motoko-threshold-ecdsa-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-threshold-ecdsa-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-threshold-schnorr-example.yaml b/.github/workflows/motoko-threshold-schnorr-example.yaml index 68e774f0d..b3b6a9b09 100644 --- a/.github/workflows/motoko-threshold-schnorr-example.yaml +++ b/.github/workflows/motoko-threshold-schnorr-example.yaml @@ -14,14 +14,13 @@ concurrency: cancel-in-progress: true jobs: motoko-threshold-schnorr-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin run: bash .github/workflows/provision-darwin.sh - name: Motoko Threshold Schnorr Darwin run: | - dfxvm default 0.22.0-beta.0 dfx start --background npm install @noble/curves pushd motoko/threshold-schnorr @@ -34,7 +33,6 @@ jobs: run: bash .github/workflows/provision-linux.sh - name: Motoko Threshold Schnorr Linux run: | - dfxvm default 0.22.0-beta.0 dfx start --background npm install @noble/curves pushd motoko/threshold-schnorr diff --git a/.github/workflows/motoko-token-transfer-example.yml b/.github/workflows/motoko-token-transfer-example.yml index 88182e4ab..d1cd8287b 100644 --- a/.github/workflows/motoko-token-transfer-example.yml +++ b/.github/workflows/motoko-token-transfer-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: motoko-token_transfer-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-token-transfer-from-example.yml b/.github/workflows/motoko-token-transfer-from-example.yml index 602dd6ddb..0c7eacb8d 100644 --- a/.github/workflows/motoko-token-transfer-from-example.yml +++ b/.github/workflows/motoko-token-transfer-from-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: motoko-token_transfer_from-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-vetkd-example.yml b/.github/workflows/motoko-vetkd-example.yml index c6b96c61f..068480f96 100644 --- a/.github/workflows/motoko-vetkd-example.yml +++ b/.github/workflows/motoko-vetkd-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-vetkd-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/motoko-whoami-example.yaml b/.github/workflows/motoko-whoami-example.yaml index be7c2cf76..0979b61df 100644 --- a/.github/workflows/motoko-whoami-example.yaml +++ b/.github/workflows/motoko-whoami-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: motoko-whoami-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-basic-bitcoin-example.yml b/.github/workflows/rust-basic-bitcoin-example.yml index 0e4b747d5..db5d293b4 100644 --- a/.github/workflows/rust-basic-bitcoin-example.yml +++ b/.github/workflows/rust-basic-bitcoin-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-basic-bitcoin-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-basic-dao-example.yml b/.github/workflows/rust-basic-dao-example.yml index bb51d14b4..0298a72d5 100644 --- a/.github/workflows/rust-basic-dao-example.yml +++ b/.github/workflows/rust-basic-dao-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-dao-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-basic-ethereum-example.yml b/.github/workflows/rust-basic-ethereum-example.yml index ba5c8ccb4..1888e3658 100644 --- a/.github/workflows/rust-basic-ethereum-example.yml +++ b/.github/workflows/rust-basic-ethereum-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-basic-ethereum-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-canister-info-example.yml b/.github/workflows/rust-canister-info-example.yml index 0b173a953..cc6ddcb1e 100644 --- a/.github/workflows/rust-canister-info-example.yml +++ b/.github/workflows/rust-canister-info-example.yml @@ -16,11 +16,11 @@ concurrency: cancel-in-progress: true jobs: rust-canister-info-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.14.2" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Rust Canister info Darwin run: | dfx start --background @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.18.0" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Rust Canister info Linux run: | dfx start --background diff --git a/.github/workflows/rust-canister-logs-example.yml b/.github/workflows/rust-canister-logs-example.yml index 41f502a56..c869ea27a 100644 --- a/.github/workflows/rust-canister-logs-example.yml +++ b/.github/workflows/rust-canister-logs-example.yml @@ -15,11 +15,11 @@ concurrency: cancel-in-progress: true jobs: rust-canister-logs-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Rust Canister Logs Darwin run: | dfx start --background @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Rust Canister Logs Linux run: | dfx start --background diff --git a/.github/workflows/rust-canister-snapshots-example.yaml b/.github/workflows/rust-canister-snapshots-example.yaml index 1b56729b5..3a1c22719 100644 --- a/.github/workflows/rust-canister-snapshots-example.yaml +++ b/.github/workflows/rust-canister-snapshots-example.yaml @@ -15,11 +15,11 @@ concurrency: cancel-in-progress: true jobs: rust-canister-snapshots-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.23.0-beta.3" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Remove networks.json run: rm -f ~/.config/dfx/networks.json - name: Rust Canister Snapshots Darwin @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.23.0-beta.3" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Remove networks.json run: rm -f ~/.config/dfx/networks.json - name: Rust Canister Snapshots Linux diff --git a/.github/workflows/rust-composite_query-example.yml b/.github/workflows/rust-composite_query-example.yml index 28f25e166..f36b4aac0 100644 --- a/.github/workflows/rust-composite_query-example.yml +++ b/.github/workflows/rust-composite_query-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-composite_query-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-counter-example.yml b/.github/workflows/rust-counter-example.yml index 6a56707dd..353138b0a 100644 --- a/.github/workflows/rust-counter-example.yml +++ b/.github/workflows/rust-counter-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-counter-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-defi-example.yml b/.github/workflows/rust-defi-example.yml index a709edbf9..e14275e0b 100644 --- a/.github/workflows/rust-defi-example.yml +++ b/.github/workflows/rust-defi-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-defi-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-dip721-example.yml b/.github/workflows/rust-dip721-example.yml index c80731ee8..438693f22 100644 --- a/.github/workflows/rust-dip721-example.yml +++ b/.github/workflows/rust-dip721-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-dip721-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-encrypted-notes-example.yml b/.github/workflows/rust-encrypted-notes-example.yml index ffb7a0929..8ea95a019 100644 --- a/.github/workflows/rust-encrypted-notes-example.yml +++ b/.github/workflows/rust-encrypted-notes-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-encrypted-notes-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-encrypted-notes-vetkd-example.yml b/.github/workflows/rust-encrypted-notes-vetkd-example.yml index 722dada56..a715f97c3 100644 --- a/.github/workflows/rust-encrypted-notes-vetkd-example.yml +++ b/.github/workflows/rust-encrypted-notes-vetkd-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-encrypted-notes-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-face-recognition-example.yaml b/.github/workflows/rust-face-recognition-example.yaml index 3c1fc31bb..67b79ad32 100644 --- a/.github/workflows/rust-face-recognition-example.yaml +++ b/.github/workflows/rust-face-recognition-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-face-recognition-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-guards-example.yml b/.github/workflows/rust-guards-example.yml index f8d0313b6..ffeae4487 100644 --- a/.github/workflows/rust-guards-example.yml +++ b/.github/workflows/rust-guards-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-guards-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-hello-example.yml b/.github/workflows/rust-hello-example.yml index c1199fe18..27a934c02 100644 --- a/.github/workflows/rust-hello-example.yml +++ b/.github/workflows/rust-hello-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-hello-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-icp-transfer-example.yml b/.github/workflows/rust-icp-transfer-example.yml index 59fa671e5..5f1f807e9 100644 --- a/.github/workflows/rust-icp-transfer-example.yml +++ b/.github/workflows/rust-icp-transfer-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-icp_transfer-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-image-classification-example.yaml b/.github/workflows/rust-image-classification-example.yaml index f33a25f81..b0b1021b6 100644 --- a/.github/workflows/rust-image-classification-example.yaml +++ b/.github/workflows/rust-image-classification-example.yaml @@ -15,11 +15,11 @@ concurrency: cancel-in-progress: true jobs: rust-image-classification-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Remove networks.json run: rm -f ~/.config/dfx/networks.json - name: Rust Image Classification Darwin @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Remove networks.json run: rm -f ~/.config/dfx/networks.json - name: Rust Image Classification Linux diff --git a/.github/workflows/rust-nft-wallet-example.yml b/.github/workflows/rust-nft-wallet-example.yml index ea852b08d..7069bbf96 100644 --- a/.github/workflows/rust-nft-wallet-example.yml +++ b/.github/workflows/rust-nft-wallet-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-nft-wallet-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-parallel-calls-example.yml b/.github/workflows/rust-parallel-calls-example.yml index 3f5e2c120..d4fe87048 100644 --- a/.github/workflows/rust-parallel-calls-example.yml +++ b/.github/workflows/rust-parallel-calls-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-parallel-calls-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-performance_counters-example.yaml b/.github/workflows/rust-performance_counters-example.yaml index 031733393..231aa09a1 100644 --- a/.github/workflows/rust-performance_counters-example.yaml +++ b/.github/workflows/rust-performance_counters-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-performance_counters-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-periodic_tasks-example.yaml b/.github/workflows/rust-periodic_tasks-example.yaml index 9c4230915..274d0e15a 100644 --- a/.github/workflows/rust-periodic_tasks-example.yaml +++ b/.github/workflows/rust-periodic_tasks-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-periodic_tasks-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-pub-sub-example.yml b/.github/workflows/rust-pub-sub-example.yml index bdc0b65fc..663b8eaf1 100644 --- a/.github/workflows/rust-pub-sub-example.yml +++ b/.github/workflows/rust-pub-sub-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-pub-sub-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-qrcode-example.yaml b/.github/workflows/rust-qrcode-example.yaml index b7d330b51..fd54f3c13 100644 --- a/.github/workflows/rust-qrcode-example.yaml +++ b/.github/workflows/rust-qrcode-example.yaml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-qrcode-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-query-stats.yaml b/.github/workflows/rust-query-stats.yaml index 5f387819c..7080b4c2e 100644 --- a/.github/workflows/rust-query-stats.yaml +++ b/.github/workflows/rust-query-stats.yaml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true jobs: rust-basic-bitcoin-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-send-http-get-example.yml b/.github/workflows/rust-send-http-get-example.yml index 86d048247..5ae847f9c 100644 --- a/.github/workflows/rust-send-http-get-example.yml +++ b/.github/workflows/rust-send-http-get-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-send-http-get-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-send-http-post-example.yml b/.github/workflows/rust-send-http-post-example.yml index d45c85a2a..fd6dff21a 100644 --- a/.github/workflows/rust-send-http-post-example.yml +++ b/.github/workflows/rust-send-http-post-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-send-http-post-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-simd-example.yaml b/.github/workflows/rust-simd-example.yaml index fa4925c65..52becd29a 100644 --- a/.github/workflows/rust-simd-example.yaml +++ b/.github/workflows/rust-simd-example.yaml @@ -15,11 +15,11 @@ concurrency: cancel-in-progress: true jobs: rust-simd-example-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Remove networks.json run: rm -f ~/.config/dfx/networks.json - name: Rust SIMD Darwin @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Remove networks.json run: rm -f ~/.config/dfx/networks.json - name: Rust SIMD Linux diff --git a/.github/workflows/rust-threshold-ecdsa-example.yml b/.github/workflows/rust-threshold-ecdsa-example.yml index 516604882..abca6f66b 100644 --- a/.github/workflows/rust-threshold-ecdsa-example.yml +++ b/.github/workflows/rust-threshold-ecdsa-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-threshold-ecdsa-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin diff --git a/.github/workflows/rust-threshold-schnorr-example.yml b/.github/workflows/rust-threshold-schnorr-example.yml index aed7e1eff..d01ee8734 100644 --- a/.github/workflows/rust-threshold-schnorr-example.yml +++ b/.github/workflows/rust-threshold-schnorr-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-threshold-schnorr-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin @@ -25,7 +25,6 @@ jobs: run: bash .github/workflows/provision-pocket-ic-server.sh - name: Rust Threshold Schnorr Darwin run: | - dfxvm default 0.22.0-beta.0 dfx start --background pushd rust/threshold-schnorr make deploy @@ -42,7 +41,6 @@ jobs: run: bash .github/workflows/provision-pocket-ic-server.sh - name: Rust Threshold Schnorr Linux run: | - dfxvm default 0.22.0-beta.0 dfx start --background pushd rust/threshold-schnorr make deploy diff --git a/.github/workflows/rust-token-transfer-example.yml b/.github/workflows/rust-token-transfer-example.yml index 4ca0f0521..4d907726a 100644 --- a/.github/workflows/rust-token-transfer-example.yml +++ b/.github/workflows/rust-token-transfer-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-token_transfer-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-token-transfer-from-example.yml b/.github/workflows/rust-token-transfer-from-example.yml index 905f04903..7f6d9c3f1 100644 --- a/.github/workflows/rust-token-transfer-from-example.yml +++ b/.github/workflows/rust-token-transfer-from-example.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: rust-token_transfer_from-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/rust-vetkd-example.yml b/.github/workflows/rust-vetkd-example.yml index 99168127e..d42176658 100644 --- a/.github/workflows/rust-vetkd-example.yml +++ b/.github/workflows/rust-vetkd-example.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: rust-vetkd-darwin: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v1 - name: Provision Darwin