Skip to content

Commit

Permalink
Updated builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Aug 23, 2024
1 parent b3ee7e5 commit 93eb8d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
mac_task:
matrix:
- name: MacOS Sonoma (14.0)
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-base:latest
env:
UPLOAD: 0
- name: MacOS Ventura (13.0)
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
Expand All @@ -9,7 +14,7 @@ mac_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
env:
UPLOAD: 1
UPLOAD: 0
env:
GITHUB_TOKEN: ENCRYPTED[fa47530508b5b9a63cbf1a9b4b9b2741c01c2f430b5ef0b39319fe7c1cd4cb285cf5e0c2ed5aa1bf990adb6200bcc742]
HOMEBREW_PATH: /opt/homebrew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
CMAKE_GENERATOR: Visual Studio 17 2022
PYTHON_VERSION: Python39
PYTHON_VERSION: Python312
NJOBS: 4

jobs:
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 9.1.3.{build}-{branch}
os: MinGW

image: Visual Studio 2019
image: Visual Studio 2022

platform:
- x64
Expand All @@ -12,11 +12,11 @@ build:

environment:
global:
PYTHON_VERSION: Python39
PYTHON_VERSION: Python312
NJOBS: 4
matrix:
- CMAKE_GENERATOR: MSYS Makefiles
- CMAKE_GENERATOR: Visual Studio 16 2019
- CMAKE_GENERATOR: Visual Studio 17 2022

install:
- ports\ci\appveyor\install_deps.bat
Expand Down

0 comments on commit 93eb8d8

Please sign in to comment.