From 1520e9a937c8658003cb943cbe0ffc8d691ade89 Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Thu, 13 Feb 2025 10:53:35 -0600 Subject: [PATCH 1/3] ci: update scheduled workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2593160..4afde87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: pymake-schedule: name: pymake scheduled - if: ${{ github.event_name == 'schedule' }} + # if: ${{ github.event_name == 'schedule' }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -157,7 +157,7 @@ jobs: pixi run postinstall - name: Setup ${{ matrix.FC }} ${{ matrix.FC_V }} on ${{ matrix.os }} - uses: fortran-lang/setup-fortran@main + uses: fortran-lang/setup-fortran@v1 with: compiler: ${{ matrix.FC }} version: ${{ matrix.FC_V }} From 286997507788f3b8bf4fcc47a3517ec3868ba443 Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Thu, 13 Feb 2025 11:07:34 -0600 Subject: [PATCH 2/3] change ubuntu-latest to ubuntu-22.04 for intel-classic --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4afde87..8c987ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: pixi run postinstall - name: Setup ${{ matrix.FC }} ${{ matrix.FC_V }} on ${{ matrix.os }} - uses: fortran-lang/setup-fortran@main + uses: fortran-lang/setup-fortran@v1 with: compiler: ${{ matrix.FC }} version: ${{ matrix.FC_V }} @@ -125,7 +125,7 @@ jobs: - {os: macos-latest, FC: gcc, FC_V: 13, shell: bash} - {os: windows-latest, FC: gcc, FC_V: 13, shell: pwsh} # test latest python and intel - - {os: ubuntu-latest, FC: intel-classic, FC_V: 2021.7, shell: bash} + - {os: ubuntu-22.04, FC: intel-classic, FC_V: 2021.7, shell: bash} - {os: macos-13, FC: intel-classic, FC_V: 2021.7, shell: bash} - {os: windows-2019, FC: intel-classic, FC_V: 2021.7, shell: pwsh} defaults: From e8ea4e39259d0a6e89df347f166c3e42bf6b3e7a Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Thu, 13 Feb 2025 13:40:25 -0600 Subject: [PATCH 3/3] reset scheduled workflow task --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c987ab..1ef68ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: pymake-schedule: name: pymake scheduled - # if: ${{ github.event_name == 'schedule' }} + if: ${{ github.event_name == 'schedule' }} runs-on: ${{ matrix.os }} strategy: fail-fast: false