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

0 commit comments

Comments
 (0)