Skip to content

Update helloworld.yaml #6479

Update helloworld.yaml

Update helloworld.yaml #6479

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-11
- macos-12
# - macos-12-xl
- macos-13
# - macos-13-xl
- macos-14
- macos-15
- macos-latest
# - macos-latest-xl
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-latest
- windows-2019
- windows-2022
- windows-latest
steps:
- uses: actions/checkout@v4
- name: Uname
run: |
uname -a