Skip to content

Commit

Permalink
fix CI (#1021)
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Katbashev <akatbashev@gmail.com>
  • Loading branch information
Albkat committed Apr 25, 2024
1 parent 7bc92cd commit 1a04630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-13, ubuntu-latest]
fc: [gfortran-11]
cc: [gcc-11]
include:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Close Stale"

# The workflow triggers
on:
schedule:
- cron: '0 0 * * *'
issues:
types: [labeled]
pull_request:
Expand Down

0 comments on commit 1a04630

Please sign in to comment.