From b60e6d5b77f50924871792a3649eeea5376461e4 Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 11 Jan 2025 20:49:30 +0200 Subject: [PATCH] Update actions --- .forgejo/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci-cd.yml b/.forgejo/workflows/ci-cd.yml index af58fec..ee8d25f 100644 --- a/.forgejo/workflows/ci-cd.yml +++ b/.forgejo/workflows/ci-cd.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: linux: name: Linux-x86 - runs-on: debian-bookworm + runs-on: node-bookworm strategy: matrix: compiler: [g++, clang++]