Skip to content

Commit

Permalink
actions_macos: change macos runner (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-iwasawa authored Oct 4, 2024
1 parent f585f3a commit c2c51dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
macOS:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: checkout with cached LFS
uses: nschloe/action-cached-lfs-checkout@v1
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
mkdir build
cd build
cmake ../sources -G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DQTDIR='/usr/local/opt/qt@5' -DWITH_TRANSLATION=OFF
ninja -w dupbuild=warn
ninja
- name: Introduce Libraries and Stuff
run: |
Expand Down

0 comments on commit c2c51dd

Please sign in to comment.