Skip to content

Commit

Permalink
refactor protocol/session layering (twitter#453)
Browse files Browse the repository at this point in the history
Refactoring of protocol/session layering to provide a less leaky abstractions throughout the code
  • Loading branch information
brayniac authored Sep 8, 2022
1 parent fb8e401 commit 8d71b4d
Show file tree
Hide file tree
Showing 142 changed files with 6,946 additions and 6,753 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-18.04, macos-10.15 ]
os: [ ubuntu-18.04, macos-11 ]
profile: [ release, debug ]
name: build-${{ matrix.os }}-${{ matrix.profile }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
bench-check:
strategy:
matrix:
os: [ ubuntu-18.04, macos-10.15 ]
os: [ ubuntu-18.04, macos-11 ]
name: build-${{ matrix.os }}-bench
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
check:
strategy:
matrix:
os: [ ubuntu-20.04, macos-10.15 ]
os: [ ubuntu-20.04, macos-11 ]
name: check-${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit 8d71b4d

Please sign in to comment.