From 2a840ba2f17191b91cd5900cbb0017d0b6621384 Mon Sep 17 00:00:00 2001 From: kali Date: Sat, 2 Nov 2024 10:21:10 -0400 Subject: [PATCH] git action --- .github/workflows/Release.yml | 1 + .github/workflows/Tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 7b4f4d4..b30c883 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -19,6 +19,7 @@ jobs: # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: ubuntu-latest + container: gcc:13 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 451d56e..e5bf0a7 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -12,6 +12,7 @@ jobs: # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: ubuntu-latest + container: gcc:13 steps: - uses: actions/checkout@v4