Skip to content

Ubuntu 22.04

Ubuntu 22.04 #15

Workflow file for this run

# Copyright 2024, Giordano Salvador
# SPDX-License-Identifier: BSD-3-Clause
name: Ubuntu 22.04
on:
workflow_dispatch:
branches: [ "main" ]
inputs:
build_mode:
description: Build optimization level
required: true
default: debug
type: choice
options:
- debug
- release
jobs:
run:
uses: e3m3/calcc-rust/.github/workflows/build-and-test-ubuntu2404.yaml@main
with:
build_mode: ${{ inputs.build_mode }}
distro: ubuntu
os_ver: 22
os: ubuntu-2204