Skip to content

Commit af2c46f

Browse files
committed
gcc 13
1 parent c3597ab commit af2c46f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-fortran-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: setup-fortran
1515
with:
1616
compiler: gcc
17-
version: 11
17+
version: 13
1818

1919
# - name: Install GFortran
2020
# run: brew install gfortran gcc

check/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(CTest)
33
if (FORTRAN AND NOT BUILD_EXTRA_UNIT_ONLY)
44
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
55
add_executable(fortrantest TestFortranAPI.f90)
6-
set_target_properties(fortrantest PROPERTIES LINKER_LANGUAGE Fortran)
6+
# set_target_properties(fortrantest PROPERTIES LINKER_LANGUAGE Fortran)
77
if (NOT FAST_BUILD)
88
target_link_libraries(fortrantest libhighs FortranHighs)
99
else()

0 commit comments

Comments
 (0)