Skip to content

Commit ed2d34f

Browse files
authored
ci: macos-12 (#551)
1 parent dac18df commit ed2d34f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

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

1616
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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-latest
22+
- os: macos-12
2323
name: macos
2424
target: x86_64-apple-darwin
2525
binary_path: target/x86_64-apple-darwin/release

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414

1515
jobs:
1616
check_macos:
17-
# ubuntu-latest has shellcheck 0.4.6, while macos-latest has 0.7.1
18-
runs-on: macos-latest
17+
# ubuntu-latest has shellcheck 0.4.6, while macos-12 has 0.7.1
18+
runs-on: macos-12
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Install shellcheck

0 commit comments

Comments
 (0)