Skip to content

Commit

Permalink
don't test toolchain 1.63 on macos
Browse files Browse the repository at this point in the history
- only stable is used in macos release
  • Loading branch information
d3v-null committed Mar 14, 2023
1 parent 140e7e2 commit 43b92c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
toolchain: [stable, "1.63"]
toolchain: [stable]
include:
- os: ubuntu-latest
toolchain: "1.63"
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ anyhow = { version = "1.0.53", optional = true }
clap = { version = "3.0.14", features = ["derive"], optional = true }
simplelog = { version = "0.11.2", optional = true }
reqwest-retry = { version = "0.1.5", optional = true }
# transative dependency of reqwest-retry, newer versions use features which are unstable in cargo 1.63
task-local-extensions = { version = "=0.1.2", optional = true }

0 comments on commit 43b92c9

Please sign in to comment.