From a082dea7d61da9bbf22329e2ad50671414b1fb17 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Tue, 10 Dec 2024 11:06:34 -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