-
Notifications
You must be signed in to change notification settings - Fork 4
55 lines (49 loc) · 1.06 KB
/
helloworld.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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-arm64-24.04
- ubuntu-aarch64-24.04
- ubuntu-24.04-arm64
- ubuntu-24.04-aarch64
- 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