From 3e37a93e076a62516d3e24c1ab65cec5d6e66e3e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 2 Apr 2025 16:30:46 +0100 Subject: 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 --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github/workflows') 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: matrix: os: - ubuntu-latest + - ubuntu-24.04 + - ubuntu-22.04 + - ubuntu-20.04 + - ubuntu-24.04-arm + - ubuntu-22.04-arm - macos-latest + - macos-15 + - macos-14 + - macos-13 - windows-latest + - windows-2022 + - windows-2019 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 -- cgit v1.2.3