Skip to content

Commit

Permalink
[CirrusCI] Update GCC compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jun 3, 2024
1 parent 41957d5 commit ee8fd47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
task:
matrix:
- name: FreeBSD
- name: Meson / freebsd/gcc-12
freebsd_instance:
image: freebsd-13-3-release-amd64
- name: MacOS M1
- name: Meson / macos-silicon/gcc-14
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
dependencies_script: |
Expand All @@ -17,7 +17,7 @@ task:
if [ "$(uname -s)" = "FreeBSD" ]; then
FC=gfortran12 CC=gcc12 CXX=g++12 meson setup builddir --prefix=${CIRRUS_WORKING_DIR}/../meson
else
FC=gfortran-13 CC=gcc-13 CXX=g++-13 meson setup builddir --prefix=${CIRRUS_WORKING_DIR}/../meson
FC=gfortran-14 CC=gcc-14 CXX=g++-14 meson setup builddir --prefix=${CIRRUS_WORKING_DIR}/../meson
fi
build_script: |
meson compile -C builddir
Expand Down

0 comments on commit ee8fd47

Please sign in to comment.