Skip to content

Commit

Permalink
ci macos-x86_64: Upgrade to the macos-14-large image
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 20, 2024
1 parent b11c443 commit 51d23de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
python-version: 3.12.x
output-id: artifact_windows
- name: macos-x86_64
os: macos-12
os: macos-14-large
arch: x86_64
package: true
- name: macos-arm64
Expand Down Expand Up @@ -644,4 +644,4 @@ jobs:
cd sample-cpp
mkdir build
cmake -B build -DCMAKE_PREFIX_PATH="%CD%/../cutter;%CD%/../cutter-deps/qt"
cmake --build build
cmake --build build

0 comments on commit 51d23de

Please sign in to comment.