Skip to content

Commit

Permalink
Add osx badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dryman committed Mar 5, 2024
1 parent f00dedd commit 38b14b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure
- name: Configure, Build, and Test
uses: threeal/[email protected]
with:
options: CMAKE_Fortran_COMPILER=gfortran-12
options: CMAKE_Fortran_COMPILER=gfortran-13
run-build: true
run-test: true
1 change: 1 addition & 0 deletions README.mkdn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Minimalistic Fortran unit tests with CMake and CTest

![CMake](https://github.com/dryman/fortran_unit_test/actions/workflows/main.yml/badge.svg)
![OSX](https://github.com/dryman/fortran_unit_test/actions/workflows/osx.yml/badge.svg)

## SYNOPSIS

Expand Down

0 comments on commit 38b14b9

Please sign in to comment.