From 96dec53a72855164dfe8595dcb634361ad6bd57a Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Tue, 23 Jul 2024 08:31:43 +1000 Subject: [PATCH] fix workflows --- .github/workflows/f5c-x86_64.yml | 15 +++++++++------ .github/workflows/release-simulation.yml | 3 +++ .github/workflows/release.yml | 3 +++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/f5c-x86_64.yml b/.github/workflows/f5c-x86_64.yml index a89138fe..b7acd4e7 100644 --- a/.github/workflows/f5c-x86_64.yml +++ b/.github/workflows/f5c-x86_64.yml @@ -6,6 +6,9 @@ on: pull_request: branches: '**' +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: ubuntu_14_local_hts: name: ubuntu 14 local hts @@ -103,9 +106,9 @@ jobs: run: export PATH=/usr/local/cuda/bin:${PATH} && autoreconf && ./scripts/install-hts.sh && ./configure && make cuda=1 -j8 - name: test run: make test || scripts/test.sh custom --disable-cuda=yes - os_x_11: - name: OSX 11 - runs-on: macos-11 + os_x_12: + name: OSX 12 + runs-on: macos-12 steps: - uses: actions/checkout@v2 - name: install packages @@ -114,9 +117,9 @@ jobs: run: autoreconf --install && ./scripts/install-hts.sh && ./configure && make -j8 - name: test run: make test - os_x_11_2: - name: OSX 11 hdf5 install script - runs-on: macos-11 + os_x_12_2: + name: OSX 12 hdf5 install script + runs-on: macos-12 steps: - uses: actions/checkout@v2 - name: install packages diff --git a/.github/workflows/release-simulation.yml b/.github/workflows/release-simulation.yml index fe0e1419..7a0ead9f 100644 --- a/.github/workflows/release-simulation.yml +++ b/.github/workflows/release-simulation.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ dev ] +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: ubuntu_14: name: ubuntu_14 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b1f9684..d4d2fcde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: tags: - "v*" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: ubuntu_14: name: ubuntu_14