diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 338cfd2..9537dcd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,13 +23,9 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - rust: ["1.46.0", stable] + rust: ["1.48.0", stable] steps: - uses: actions/checkout@v2 - - uses: maxim-lobanov/setup-xcode@v1 - if: ${{ matrix.os == 'macos-latest' && matrix.rust == '1.46.0' }} - with: - xcode-version: 13 - uses: actions-rs/toolchain@v1 with: profile: minimal