From 3ad030e6aa42a41c335758b13dd03c990abeb8a9 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Tue, 10 Dec 2024 11:02:35 -0300 Subject: [PATCH] [CONFIG] [Github Actions] Now use fixed version of Github Actions images. --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 500586b..a4d738a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: # Consider using larger runners or machines with greater resources # for possible analysis time improvements. runs-on: - ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-24.04' }} permissions: # required for all workflows security-events: write