Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-13-large, ubuntu-22.04 ]
os: [ macos-15-intel, ubuntu-22.04 ]
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-13-large
- os: macos-15-intel
name: macos
target: x86_64-apple-darwin
binary_path: target/x86_64-apple-darwin/release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
- reopened
- synchronize
paths:
- 'e2e/**'
- '.github/**'
- "e2e/**"
- ".github/**"
push:
branches:
- main

jobs:
check_macos:
# ubuntu-latest has shellcheck 0.4.6, while macos-12 has 0.7.1
runs-on: macos-13-large
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
Expand Down