From c74c433c96b440ebce77fd3dc076049cb9aeef63 Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Sun, 24 Feb 2019 15:47:48 -0500 Subject: [PATCH] Really this time. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 70696c7..ea5c883 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ version: 2 jobs: linux: docker: - - image: codevapor/swift:4.2 + - image: swift:4.2 steps: - checkout - run: swift build