Skip to content
Open
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
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ task:
matrix:
- name: FreeBSD -- gcc | g++
freebsd_instance:
image: freebsd-14-0-release-amd64-ufs
image: freebsd-14-2-release-amd64-ufs
env:
cc: gcc13
cxx: g++13
Expand All @@ -16,8 +16,8 @@ task:
macos_instance:
image: ghcr.io/cirruslabs/macos-runner:sonoma
env:
cc: gcc-14
cxx: g++-14
cc: gcc-15
cxx: g++-15
- name: MacOS M1 -- clang | clang++
macos_instance:
image: ghcr.io/cirruslabs/macos-runner:sonoma
Expand Down