Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctribes committed Jan 24, 2025
1 parent c7c8c53 commit f88d459
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ task:
matrix:
- name: FreeBSD -- gcc | g++
freebsd_instance:
image: freebsd-13-1-release-amd64
image: freebsd-14-1-release-amd64
env:
cc: gcc12
cxx: g++12
cc: gcc14
cxx: g++14
- name: FreeBSD -- clang | clang++
freebsd_instance:
image: freebsd-13-1-release-amd64
image: freebsd-14-1-release-amd64
env:
cc: clang
cxx: clang++
- name: MacOS M1 -- gcc | g++
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
env:
cc: gcc-12
cxx: g++-12
cc: gcc-14
cxx: g++-14
- name: MacOS M1 -- clang | clang++
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
Expand Down

0 comments on commit f88d459

Please sign in to comment.