diff --git a/.github/workflows/test-fortran-macos.yml b/.github/workflows/test-fortran-macos.yml index fdf82ca276..e7e169d425 100644 --- a/.github/workflows/test-fortran-macos.yml +++ b/.github/workflows/test-fortran-macos.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [macos-latest] toolchain: - - {compiler: gcc, version: 13} + - {compiler: g++, version: 13} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-fortran-ubuntu.yml b/.github/workflows/test-fortran-ubuntu.yml index 6f747e8b60..7030087313 100644 --- a/.github/workflows/test-fortran-ubuntu.yml +++ b/.github/workflows/test-fortran-ubuntu.yml @@ -10,8 +10,8 @@ jobs: os: [ubuntu-latest] toolchain: - {compiler: gcc, version: 13} - - {compiler: intel, version: '2023.2'} - - {compiler: nvidia-hpc, version: '23.11'} + # - {compiler: intel, version: '2023.2'} + # - {compiler: nvidia-hpc, version: '23.11'} include: - os: ubuntu-latest toolchain: {compiler: gcc, version: 12} diff --git a/README.md b/README.md index ea55a4a69a..c3b299835e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HiGHS - Linear optimization software -[![Build Status](https://github.com/ERGO-Code/HiGHS/workflows/build/badge.svg)](https://github.com/ERGO-Code/HiGHS/actions?query=workflow%3Abuild+branch%3Amaster) +[![Build Status]](https://github.com/github/docs/actions/workflows/main.yml/badge.svg) [![Conan Center](https://img.shields.io/conan/v/highs)](https://conan.io/center/recipes/highs) [![PyPi](https://img.shields.io/pypi/v/highspy.svg)](https://pypi.python.org/pypi/highspy) [![PyPi](https://img.shields.io/pypi/dm/highspy.svg)](https://pypi.python.org/pypi/highspy)