From 1df59cbef68f60e0a86ab2f3266a4e367319c44e Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 5 Dec 2024 10:20:00 +0100 Subject: [PATCH] update ci --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index e0653be..2f853c5 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -5,7 +5,7 @@ on: push jobs: test: runs-on: ubuntu-latest - container: git.hofer.link/philipp/ci-images:rust-2024-05-12 + container: git.hofer.link/philipp/ci-images:rust-2024-12-05 steps: - uses: actions/checkout@v3