Skip to content

Modular mathplot MAJOR CHANGE #432

Modular mathplot MAJOR CHANGE

Modular mathplot MAJOR CHANGE #432

name: Ubuntu 24.04
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- 'README**'
- 'examples/screenshots/**'
- 'examples/docs/**'
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-workflow-passing-data:
uses: sebsjames/mathplot/.github/workflows/cmake-ubuntu-template.yml@main
with:
RUNNER_IMAGE: ubuntu-24.04
BUILD_TYPE: Release
CC: gcc-13
CXX: g++-13
WX_PACKAGE: libwxgtk3.2-dev