Skip to content

Commit

Permalink
macos-14 -> macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
leissa committed Jan 17, 2024
1 parent 134d785 commit 1876fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-test:
name: Build and test ${{matrix.build-type}} mode
runs-on: macos-14
runs-on: macos-13
strategy:
matrix:
build-type: [Debug, Release]
Expand All @@ -23,7 +23,7 @@ jobs:
uses: Chocobo1/setup-ccache-action@v1
with:
ccache_options: max_size=500M
override_cache_key: mac-14-ccache-${{matrix.build-type}}
override_cache_key: mac-13-ccache-${{matrix.build-type}}

- name: Install LLVM and Clang
run: brew install llvm@16
Expand Down

0 comments on commit 1876fe7

Please sign in to comment.