Skip to content

Commit 13ce2c5

Browse files
authored
Merge pull request #1025 from marc0olo/update-macos-runner-image
2 parents e047ba0 + a0f8bd9 commit 13ce2c5

File tree

61 files changed

+73
-77
lines changed

Some content is hidden

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

61 files changed

+73
-77
lines changed

.github/workflows/hosting-photo-storage-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
hosting-photo-storage-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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
hosting-unity-static-website-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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
hosting-unity-webgl-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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
rust-basic-bitcoin-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v2
2121
with:

.github/workflows/motoko-basic-dao-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-dao-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ concurrency:
1515
cancel-in-progress: true
1616
jobs:
1717
motoko-canister-logs-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin
22-
run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-darwin.sh
22+
run: bash .github/workflows/provision-darwin.sh
2323
- name: Motoko Canister Logs Darwin
2424
run: |
2525
dfx start --background
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux
34-
run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-linux.sh
34+
run: bash .github/workflows/provision-linux.sh
3535
- name: Motoko Canister Logs Linux
3636
run: |
3737
dfx start --background

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

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-cert-var-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-classes-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
motoko-composite-query-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin

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

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-counter-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

.github/workflows/motoko-encrypted-notes-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-encrypted-notes-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

.github/workflows/motoko-encrypted-notes-vetkd-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-encrypted-notes-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-hello_cycles-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-internet-identity-integration-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-life-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-minimal-counter-dapp-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

.github/workflows/motoko-parallel-calls-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-parallel-calls-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v2
2121
with:

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

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-pub-sub-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515
jobs:
1616
rust-basic-bitcoin-darwin:
17-
runs-on: macos-12
17+
runs-on: macos-15
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:

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

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-random_maze-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

.github/workflows/motoko-send-http-get-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-send-http-get-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

.github/workflows/motoko-send-http-post-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-send-http-post-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-superheroes-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-threshold-ecdsa-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ concurrency:
1414
cancel-in-progress: true
1515
jobs:
1616
motoko-threshold-schnorr-darwin:
17-
runs-on: macos-12
17+
runs-on: macos-15
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Provision Darwin
2121
run: bash .github/workflows/provision-darwin.sh
2222
- name: Motoko Threshold Schnorr Darwin
2323
run: |
24-
dfxvm default 0.22.0-beta.0
2524
dfx start --background
2625
npm install @noble/curves
2726
pushd motoko/threshold-schnorr
@@ -34,7 +33,6 @@ jobs:
3433
run: bash .github/workflows/provision-linux.sh
3534
- name: Motoko Threshold Schnorr Linux
3635
run: |
37-
dfxvm default 0.22.0-beta.0
3836
dfx start --background
3937
npm install @noble/curves
4038
pushd motoko/threshold-schnorr

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
motoko-token_transfer-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
motoko-token_transfer_from-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin

.github/workflows/motoko-vetkd-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-vetkd-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

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-whoami-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

.github/workflows/rust-basic-bitcoin-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
rust-basic-bitcoin-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
rust-dao-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
rust-basic-ethereum-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
rust-canister-info-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin
23-
run: DFX_VERSION="0.14.2" bash .github/workflows/provision-darwin.sh
23+
run: bash .github/workflows/provision-darwin.sh
2424
- name: Rust Canister info Darwin
2525
run: |
2626
dfx start --background
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux
36-
run: DFX_VERSION="0.18.0" bash .github/workflows/provision-linux.sh
36+
run: bash .github/workflows/provision-linux.sh
3737
- name: Rust Canister info Linux
3838
run: |
3939
dfx start --background

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ concurrency:
1515
cancel-in-progress: true
1616
jobs:
1717
rust-canister-logs-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin
22-
run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-darwin.sh
22+
run: bash .github/workflows/provision-darwin.sh
2323
- name: Rust Canister Logs Darwin
2424
run: |
2525
dfx start --background
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Provision Linux
34-
run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-linux.sh
34+
run: bash .github/workflows/provision-linux.sh
3535
- name: Rust Canister Logs Linux
3636
run: |
3737
dfx start --background

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ concurrency:
1515
cancel-in-progress: true
1616
jobs:
1717
rust-canister-snapshots-example-darwin:
18-
runs-on: macos-12
18+
runs-on: macos-15
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin
22-
run: DFX_VERSION="0.23.0-beta.3" bash .github/workflows/provision-darwin.sh
22+
run: bash .github/workflows/provision-darwin.sh
2323
- name: Remove networks.json
2424
run: rm -f ~/.config/dfx/networks.json
2525
- name: Rust Canister Snapshots Darwin
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux
36-
run: DFX_VERSION="0.23.0-beta.3" bash .github/workflows/provision-linux.sh
36+
run: bash .github/workflows/provision-linux.sh
3737
- name: Remove networks.json
3838
run: rm -f ~/.config/dfx/networks.json
3939
- name: Rust Canister Snapshots Linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717
jobs:
1818
rust-composite_query-darwin:
19-
runs-on: macos-12
19+
runs-on: macos-15
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Provision Darwin

0 commit comments

Comments
 (0)