diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-02 16:30:46 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-02 16:30:46 +0100 |
| commit | 3e37a93e076a62516d3e24c1ab65cec5d6e66e3e (patch) | |
| tree | 049fc106f7d2f1a304866e72247b9bc71988f106 /.github/workflows/release.yml | |
| parent | fbf209419bc1f11ca760a93e4deb7c361ba11c88 (diff) | |
build: add all available github action oses
as listed in:
https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index faecb92..a630467 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -23,8 +23,18 @@ jobs: | |||
| 23 | matrix: | 23 | matrix: |
| 24 | os: | 24 | os: |
| 25 | - ubuntu-latest | 25 | - ubuntu-latest |
| 26 | - ubuntu-24.04 | ||
| 27 | - ubuntu-22.04 | ||
| 28 | - ubuntu-20.04 | ||
| 29 | - ubuntu-24.04-arm | ||
| 30 | - ubuntu-22.04-arm | ||
| 26 | - macos-latest | 31 | - macos-latest |
| 32 | - macos-15 | ||
| 33 | - macos-14 | ||
| 34 | - macos-13 | ||
| 27 | - windows-latest | 35 | - windows-latest |
| 36 | - windows-2022 | ||
| 37 | - windows-2019 | ||
| 28 | runs-on: ${{ matrix.os }} | 38 | runs-on: ${{ matrix.os }} |
| 29 | steps: | 39 | steps: |
| 30 | - uses: actions/checkout@v3 | 40 | - uses: actions/checkout@v3 |