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