From 19de6354c578217f2c1109bae3791b3d21243fa1 Mon Sep 17 00:00:00 2001 From: brb Date: Mon, 10 Jul 2023 19:43:25 +0200 Subject: [PATCH] specified image --- .gitea/workflows/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index b3fe8ca..084c862 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -1,10 +1,11 @@ name: Python application run-name: ${{ gitea.actor }} is building the application on: [push] +image: python:3.10 jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Python 3.10