Skip to content
Closed
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
- os: macos-latest
rust: 1.75.0

# Minimum Supported Rust Version = 1.70.0
# Minimum Supported Rust Version = 1.72.0
- os: ubuntu-latest
rust: 1.70.0
rust: 1.72.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
Loading