Browse Source

package/ci: switch to a macOS image that isn't removed.

next
Vladimír Vondruš 4 months ago
parent
commit
a4e35fdfb4
  1. 15
      package/ci/circleci.yml

15
package/ci/circleci.yml

@ -15,12 +15,11 @@ executors:
ubuntu-18_04: ubuntu-18_04:
docker: docker:
- image: ubuntu:bionic-20220427 - image: ubuntu:bionic-20220427
# Anything below 13.4.1 (and all x86 variants) are deprecated as of June 28th # As of November 7, 2025, M4 is the default, and the oldest version there is
# 2024 # 14.3.1.
xcode-13_4: xcode-14_3:
macos: macos:
xcode: 13.4.1 xcode: 14.3.1
resource_class: macos.m1.medium.gen1
arm64: arm64:
machine: machine:
image: ubuntu-2004:2023.07.1 image: ubuntu-2004:2023.07.1
@ -389,7 +388,7 @@ jobs:
- lcov - lcov
macos-gl: macos-gl:
executor: xcode-13_4 executor: xcode-14_3
environment: environment:
CMAKE_CXX_FLAGS: --coverage CMAKE_CXX_FLAGS: --coverage
PLATFORM_GL_API: CGL PLATFORM_GL_API: CGL
@ -402,7 +401,7 @@ jobs:
- lcov - lcov
macos-gles3: macos-gles3:
executor: xcode-13_4 executor: xcode-14_3
environment: environment:
CMAKE_CXX_FLAGS: --coverage CMAKE_CXX_FLAGS: --coverage
PLATFORM_GL_API: EGL PLATFORM_GL_API: EGL
@ -419,7 +418,7 @@ jobs:
- lcov - lcov
macos-static: macos-static:
executor: xcode-13_4 executor: xcode-14_3
environment: environment:
# STUPID yml interprets unquoted ON as a boolean # STUPID yml interprets unquoted ON as a boolean
BUILD_STATIC: "ON" BUILD_STATIC: "ON"

Loading…
Cancel
Save