Skip to content

Add ubuntu-24.04-arm runner to GitHub Workflows #44

Add ubuntu-24.04-arm runner to GitHub Workflows

Add ubuntu-24.04-arm runner to GitHub Workflows #44

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, ubuntu-24.04-arm ]
steps:
- uses: actions/checkout@v4
- run: make