From af094057cffc5ada157fd94e975e4c89d6c377b2 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Thu, 20 Feb 2025 09:44:44 -0800 Subject: [PATCH] [Actions] Bump Apptainer to v1.3.4 for Ubuntu 24.04 Signed-off-by: Eddie Hung --- .github/workflows/package_and_test-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package_and_test-container.yml b/.github/workflows/package_and_test-container.yml index 3270931..3867c9d 100644 --- a/.github/workflows/package_and_test-container.yml +++ b/.github/workflows/package_and_test-container.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2024, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. # # Author: Eddie Hung, AMD # @@ -31,7 +31,7 @@ jobs: steps: - name: Setup Apptainer env: - APPTAINER_VERSION: '1.2.5' + APPTAINER_VERSION: '1.3.4' run: | wget https://github.com/apptainer/apptainer/releases/download/v${APPTAINER_VERSION}/apptainer_${APPTAINER_VERSION}_amd64.deb sudo dpkg -i apptainer_${APPTAINER_VERSION}_amd64.deb || true