Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update macos runner version and avoid using old dfx versions #1025

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hosting-photo-storage-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-static-website-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-unity-webgl-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-basic-bitcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-basic-dao-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/motoko-canister-logs-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-cert_var-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-classes-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-composite-query-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-counter-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-encrypted-notes-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-hello_cycles-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-life-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-parallel-calls-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-pub-sub-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-query-stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-random_maze-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-send-http-get-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-send-http-post-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-superheroes-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-threshold-ecdsa-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/motoko-threshold-schnorr-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-token-transfer-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-token-transfer-from-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-vetkd-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-whoami-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-basic-bitcoin-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-basic-dao-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-basic-ethereum-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-canister-info-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-canister-logs-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-canister-snapshots-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-composite_query-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading