Skip to content

Commit

Permalink
Update FreeBSD 14 build
Browse files Browse the repository at this point in the history
  • Loading branch information
choll committed Apr 23, 2024
1 parent dd4d599 commit 7e5fc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ task:
submodules_script:
- git submodule init
- git submodule update
script: CXX=g++ RANLIB=gcc-ranlib12 AR=gcc-ar12 gmake
tests_script: CXX=g++ RANLIB=gcc-ranlib12 AR=gcc-ar12 gmake check
script: CXX=g++ RANLIB=gcc-ranlib13 AR=gcc-ar13 gmake
tests_script: CXX=g++ RANLIB=gcc-ranlib13 AR=gcc-ar13 gmake check
task:
name: freebsd-13-clang
freebsd_instance:
Expand Down

0 comments on commit 7e5fc0b

Please sign in to comment.