Use ubuntu-24.04 for Actions as ubuntu-latest does not have gcc13 as of now.

This commit is contained in:
Alexander Shaduri
2024-05-16 17:04:37 +04:00
parent e40da83827
commit 7cef499e67
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read