From 56e9886ee75839f7979fdf3342bbd198238ab7de Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Wed, 20 Sep 2023 12:43:47 +0200 Subject: [PATCH] Remove comment on gcc version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1e68507..672f614a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: env: # set tools versions to latest supported by the CI runner, # ubuntu 22.04 at the time of writing - gcc-version: "12" # = 12.1.0 + gcc-version: "12" # cuda version to install with separate action cuda-version: "12.2.0" steps: