Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Aug 14, 2024
1 parent 8a89164 commit d33315b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-12-large, ubuntu-20.04 ]
os: [ macos-14-large, ubuntu-20.04 ]
# only dfx >= 0.8.3 lets us query multiple controllers
dfx: [ '0.9.2' ]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: filter
if: ${{ needs.filter.outputs.filter == 'true' }}
name: Check shell scripts
runs-on: macos-12-large
runs-on: macos-14-large
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
Expand Down

0 comments on commit d33315b

Please sign in to comment.