Files
todo.txt-cli/.github/workflows/tests.yml
Ingo Karkat a6d69811d4 Bump: Build platforms to latest available: Ubuntu 24.04, MacOS 14
MacOS 11 is unsupported and the builds are just hanging due to the missing image.
2024-09-21 12:38:47 +02:00

21 lines
312 B
YAML

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-24.04, macos-14]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- run: make
- run: make dist
- run: make test