Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Jul 22, 2024
1 parent b846980 commit 96dec53
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/f5c-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ dev ]

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
ubuntu_14:
name: ubuntu_14
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- "v*"

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
ubuntu_14:
name: ubuntu_14
Expand Down

0 comments on commit 96dec53

Please sign in to comment.