From d5a36fbd70bda94ace685869b74723d3b8318072 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Fri, 24 Jul 2026 16:20:03 +0200 Subject: [PATCH 1/2] Add support for 2026.06 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5252a5e..325b5b1 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: shell: bash env: EESSI_STACK_VERSION: ${{ inputs.eessi_stack_version }} - ALLOWED_VERSIONS: "2023.06 2025.06" + ALLOWED_VERSIONS: "2023.06 2025.06 2026.06" run: | if [ "$RUNNER_OS" == "Linux" ]; then echo 'unset BASH_ENV' >> $HOME/env_config.export From ec3a73caca66e9978e587052d5ae28a18e79750c Mon Sep 17 00:00:00 2001 From: ocaisa Date: Fri, 24 Jul 2026 16:22:00 +0200 Subject: [PATCH 2/2] Delete .github/workflows/macos.yml --- .github/workflows/macos.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml deleted file mode 100644 index 102c6b9..0000000 --- a/.github/workflows/macos.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: macOS-minimal -on: - push: - branches: - - main - pull_request: - branches: - - main -# Declare default permissions as read only. -permissions: read-all -jobs: - macOS-minimal: - runs-on: macos-latest - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: ./ - # - name: Test EESSI - # run: | - # direnv status - # module avail - # shell: bash - - name: Test available repos - run: | - ls /cvmfs/software.eessi.io - ls /cvmfs/dev.eessi.io - shell: bash