From 9ebb5194daa9cf30d30c0f7fa355976f19f741a6 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Fri, 26 May 2023 23:38:27 +0800 Subject: [PATCH] Fix outdated ci image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbc0d35c..c47ba55a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ test: stage: test except: - triage - image: "cirrusci/flutter:3.3.8" + image: "ghcr.io/cirruslabs/flutter:3.7.12" before_script: - apt-get update -qq && apt-get install -y -qq libsqlite3-dev - flutter pub global activate junitreport