diff options
| -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 |