Skip to content

Commit

Permalink
Revert "Update build.yml"
Browse files Browse the repository at this point in the history
This reverts commit 6b2e451.
  • Loading branch information
thfroitzheim committed May 24, 2024
1 parent d7201e4 commit 2e1954e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]

env:
FC: gfortran
Expand All @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v1
with:
python-version: '3.10'
python-version: '3.x'

- name: Install GCC (OSX)
if: contains(matrix.os, 'macos')
Expand Down

0 comments on commit 2e1954e

Please sign in to comment.