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}}