Skip to content

Commit

Permalink
ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Jun 10, 2024
1 parent 224c0d9 commit 31ccfbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release MacOS ARM64
on:
# push
workflow_run:
workflows: ['Release']
types:
- completed
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
macos:
Expand All @@ -24,9 +24,6 @@ jobs:
- name: Install
run: brew install gcc coreutils wget m4 flex bison autoconf automake

# - name: Symlink GCC & Fortran
# run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Version
id: version
run: |
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Release Windows
on:
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed
workflow_run:
workflows: ['Release']
types:
- completed

jobs:
windows:
Expand Down Expand Up @@ -73,12 +72,6 @@ jobs:
continue-on-error: true
run: make check

- name: check ff-petsc
shell: pwsh
run: |
Get-Childitem -Path C:\ -Include *ff-petsc* -Recurse -ErrorAction SilentlyContinue
Get-Childitem -Path D:\ -Include *ff-petsc* -Recurse -ErrorAction SilentlyContinue
- name: Create EXE
id: exe
run: |
Expand Down

0 comments on commit 31ccfbd

Please sign in to comment.