From 2ec35f434db119dc3c212fbd1e8b88a70f3a33fb Mon Sep 17 00:00:00 2001 From: Pelagic Date: Mon, 13 May 2024 14:55:14 +0300 Subject: [PATCH] Attempting to fix the publish action. --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 2d223c8..80959b5 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -5,7 +5,7 @@ on: [push] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code