Skip to content

Commit 3d138eb

Browse files
authored
Merge pull request #135 from sfackler/sfackler-patch-1
Fix CI
2 parents 4a4f36c + 3ea5d8d commit 3d138eb

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ workflows:
6262
test:
6363
jobs:
6464
- linux:
65-
name: openssl-1.1.0
66-
image: 1.26.2-stretch
67-
- linux:
68-
name: openssl-1.0.2
69-
image: 1.26.2-jessie
65+
name: openssl
66+
image: 1.30.0-stretch
7067
- macos:
71-
version: 1.26.2
68+
version: 1.30.0

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
RUST_VERSION: 1.26.2
2+
RUST_VERSION: 1.30.0
33
TARGET: x86_64-pc-windows-msvc
44
install:
55
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_VERSION}-${env:TARGET}.exe"

0 commit comments

Comments
 (0)