Skip to content

Commit

Permalink
ci macos-x86_64: Upgrade to the macos-13 image
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 20, 2024
1 parent 1e69ddd commit 78a9998
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-13
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 78a9998

Please sign in to comment.