Skip to content

Commit 3f4cbcb

Browse files
update to macos 13 for macos 12 deprecation (#614)
1 parent 705f23f commit 3f4cbcb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ macos-12, ubuntu-latest ]
13+
os: [ macos-13-large, ubuntu-latest ]
1414
dfx: [ '0.8.4', '0.9.2', '0.10.1', '0.11.1' ]
1515

1616
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
target: x86_64-unknown-linux-musl
2020
binary_path: target/x86_64-unknown-linux-musl/release
2121
binary_files: icx
22-
- os: macos-12
22+
- os: macos-13-large
2323
name: macos
2424
target: x86_64-apple-darwin
2525
binary_path: target/x86_64-apple-darwin/release

.github/workflows/shellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
check_macos:
1717
# ubuntu-latest has shellcheck 0.4.6, while macos-12 has 0.7.1
18-
runs-on: macos-12
18+
runs-on: macos-13-large
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Install shellcheck

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-12, windows-latest]
14+
os: [ubuntu-latest, macos-13-large, windows-latest]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)