From 66f095b2b48369ff40ce36e76deec32ced748019 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Fri, 25 Apr 2025 10:53:07 +0200 Subject: [PATCH] Update setup-fortran action The setup-fortran action moved to the @fortran-lang org, my original repo will continue working, but it is recommended to change to the new repository. --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a6ba7a1..1fdb8e7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,7 +24,7 @@ jobs: toolchain: {compiler: intel, version: '2023.2'} steps: - - uses: awvwgk/setup-fortran@v1.6.1 + - uses: fortran-lang/setup-fortran@v1.6.1 id: setup-fortran with: compiler: ${{ matrix.toolchain.compiler }} @@ -45,4 +45,4 @@ jobs: - name: Test with CMake working-directory: ${{github.workspace}}/build - run: ctest -C ${{env.BUILD_TYPE}} \ No newline at end of file + run: ctest -C ${{env.BUILD_TYPE}}