Skip to content

Translated using Weblate (Spanish) #3650

Translated using Weblate (Spanish)

Translated using Weblate (Spanish) #3650

Workflow file for this run

name: macos-wheels
on:
push: # run on push events
paths-ignore: # but ignore everything in the docs subfolder
- 'docs/**'
- 'src/gui*/**'
- 'src/netedit/**'
- 'tests/netedit/**'
branches:
- '**'
tags:
- '*'
pull_request: # run on pull requests
paths-ignore: # but ignore everything in the docs subfolder
- 'docs/**'
workflow_dispatch:
jobs:
call-cibuildwheel:
uses: ./.github/workflows/cibuildwheel.yml
with:
os: "macos-14,macos-15"