Skip to content

Commit

Permalink
CI: update gha runner to macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jul 24, 2024
1 parent fa7a8b4 commit 8a0d7b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:

- name: macos
# Xcode compiler requires empty environment variables, so we pass null (~) here
os: macos-11
compiler: clang-12
os: macos-13
compiler: clang-14
compiler_cc: ~
compiler_cxx: ~
compiler_fc: gfortran-11
compiler_fc: gfortran-13
caching: true

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8a0d7b0

Please sign in to comment.