Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/package_and_test-container.yml
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down Expand Up @@ -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
Expand Down
Loading