aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2024-01-16 11:52:17 +0100
committerMilan Broz <gmazyland@gmail.com>2024-01-17 12:19:48 +0100
commitd15447814af4ac4b299c92855ff50fd309fecac8 (patch)
tree98f3a684f928d5b6c46a388a8500e6c95c6af24e
parent912d41045837566c6327612986f6915126580bfc (diff)
downloadcryptsetup-d15447814af4ac4b299c92855ff50fd309fecac8.tar.gz
Use gcc 13 for GitHub actions.
-rw-r--r--.github/workflows/cibuild.yml2
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/coverity.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml
index 26983895..b97bae11 100644
--- a/.github/workflows/cibuild.yml
+++ b/.github/workflows/cibuild.yml
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
env:
- - { COMPILER: "gcc", COMPILER_VERSION: "11", RUN_SSH_PLUGIN_TEST: "1" }
+ - { COMPILER: "gcc", COMPILER_VERSION: "13", RUN_SSH_PLUGIN_TEST: "1" }
env: ${{ matrix.env }}
steps:
- name: Repository checkout
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index deca1a02..f1e22ce9 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- env: { COMPILER: "gcc", COMPILER_VERSION: "11", RUN_SSH_PLUGIN_TEST: "1" }
+ env: { COMPILER: "gcc", COMPILER_VERSION: "13", RUN_SSH_PLUGIN_TEST: "1" }
- name: Autobuild
uses: github/codeql-action/autobuild@v2
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index edc88e84..eace1348 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -17,7 +17,7 @@ jobs:
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
env:
COMPILER: "gcc"
- COMPILER_VERSION: "11"
+ COMPILER_VERSION: "13"
- name: Install Coverity
run: |
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=mbroz/cryptsetup" -O cov-analysis-linux64.tar.gz