Skip to content

Update helloworld.yaml #6550

Update helloworld.yaml

Update helloworld.yaml #6550

Workflow file for this run

name: Build and test
permissions:
contents: read
defaults:
run:
shell: bash
on:
push:
pull_request:
schedule:
- cron: '37 22 * * *'
jobs:
gha:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-13
- macos-13-aarch64
- macos-13-arm
- macos-13-arm64
- macos-14
- macos-15
- macos-latest
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-24.04-aarch64
- ubuntu-latest
- ubuntu-minimal
- ubuntu-24.04-arm
- ubuntu-22.04-arm
- windows-2019
- windows-2022
- windows-2025
- windows-latest
- windows-aarch64
- windows-arm64-latest
- windows-aarch64-latest
- windows-latest-arm64
- windows-latest-aarch64
steps:
- uses: actions/checkout@v4
- name: Uname
run: |
uname -a
- name: Is scons installed
if: runner.os == 'Linux'
run: |
dpkg -l scons