Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
timeoutInMinutes: 180
dependsOn: Source
variables:
IMAGE_NAME: 'macOS-13'
IMAGE_NAME: 'macOS-14'
MACOSX_DEPLOYMENT_TARGET: 11.7
SUPERBUILD_INSTALL_DIR: $(HOME)/superbuild
QT_STYLE_OVERRIDE: fusion
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
timeoutInMinutes: 180
dependsOn: Android_aarch64
variables:
IMAGE_NAME: 'macOS-13'
IMAGE_NAME: 'macOS-14'
SUPERBUILD_INSTALL_DIR: $(HOME)/superbuild
TARGET: armv7a-linux-androideabi
TARGET_SUFFIX: -$(TARGET)
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
timeoutInMinutes: 180
dependsOn: Source
variables:
IMAGE_NAME: 'macOS-13'
IMAGE_NAME: 'macOS-14'
SUPERBUILD_INSTALL_DIR: $(HOME)/superbuild
TARGET: aarch64-linux-android
TARGET_SUFFIX: -$(TARGET)
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
timeoutInMinutes: 180
dependsOn: Source
variables:
IMAGE_NAME: 'macOS-13'
IMAGE_NAME: 'macOS-14'
SUPERBUILD_INSTALL_DIR: $(HOME)/superbuild
TARGET: i686-linux-android
TARGET_SUFFIX: -$(TARGET)
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
timeoutInMinutes: 180
dependsOn: Android_x86
variables:
IMAGE_NAME: 'macOS-13'
IMAGE_NAME: 'macOS-14'
SUPERBUILD_INSTALL_DIR: $(HOME)/superbuild
TARGET: x86_64-linux-android
TARGET_SUFFIX: -$(TARGET)
Expand Down
4 changes: 2 additions & 2 deletions ci/setup-macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of OpenOrienteering.

# Copyright 2019, 2024 Kai Pastor
# Copyright 2019, 2024, 2025 Kai Pastor
#
# Redistribution and use is allowed according to the terms of the BSD license:
#
Expand Down Expand Up @@ -36,7 +36,7 @@ steps:

brew install texinfo

sudo xcode-select -s /Applications/Xcode_14.1.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer
xcode-select --print-path

# - We target android-28 at the moment.
Expand Down
Loading