Skip to content

Commit

Permalink
update to macos 13 for macos 12 deprecation (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Nov 5, 2024
1 parent 705f23f commit 3f4cbcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12, ubuntu-latest ]
os: [ macos-13-large, ubuntu-latest ]
dfx: [ '0.8.4', '0.9.2', '0.10.1', '0.11.1' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
target: x86_64-unknown-linux-musl
binary_path: target/x86_64-unknown-linux-musl/release
binary_files: icx
- os: macos-12
- os: macos-13-large
name: macos
target: x86_64-apple-darwin
binary_path: target/x86_64-apple-darwin/release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
check_macos:
# ubuntu-latest has shellcheck 0.4.6, while macos-12 has 0.7.1
runs-on: macos-12
runs-on: macos-13-large
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
os: [ubuntu-latest, macos-13-large, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3f4cbcb

Please sign in to comment.