updating test runners (#22)

This commit is contained in:
Daniel Carbone
2025-09-19 12:09:23 -05:00
committed by GitHub
parent b7ef57d46e
commit d3f1c094e8

View File

@@ -23,16 +23,14 @@ jobs:
strategy: strategy:
matrix: matrix:
image: image:
- "ubuntu-latest"
- "ubuntu-22.04" - "ubuntu-22.04"
- "ubuntu-24.04" - "ubuntu-24.04"
- "macos-latest"
- "macos-13" - "macos-13"
- "macos-14" - "macos-14"
- "macos-15" - "macos-15"
- "windows-latest" - "macos-26"
- "windows-2019"
- "windows-2022" - "windows-2022"
- "windows-2025"
force: force:
- 'true' - 'true'
- 'false' - 'false'
@@ -41,19 +39,6 @@ jobs:
- '1.7.1' - '1.7.1'
- '1.8.0' - '1.8.0'
include: include:
- image: "ubuntu-latest"
version: '1.6'
force: true
- image: "ubuntu-latest"
version: '1.6'
force: false
- image: "ubuntu-latest"
version: '1.5'
force: true
- image: "ubuntu-latest"
version: '1.5'
force: false
- image: "ubuntu-22.04" - image: "ubuntu-22.04"
version: '1.6' version: '1.6'
force: true force: true
@@ -80,42 +65,29 @@ jobs:
version: '1.5' version: '1.5'
force: false force: false
- image: "windows-latest" - image: "windows-2022"
version: '1.6' version: '1.6'
force: true force: true
- image: "windows-latest" - image: "windows-2022"
version: '1.6' version: '1.6'
force: false force: false
- image: "windows-latest" - image: "windows-2022"
version: '1.5' version: '1.5'
force: true force: true
- image: "windows-latest" - image: "windows-2022"
version: '1.5' version: '1.5'
force: false force: false
- image: "windows-2019" - image: "windows-2025"
version: '1.6' version: '1.6'
force: true force: true
- image: "windows-2019" - image: "windows-2025"
version: '1.6' version: '1.6'
force: false force: false
- image: "windows-2019" - image: "windows-2025"
version: '1.5' version: '1.5'
force: true force: true
- image: "windows-2019" - image: "windows-2025"
version: '1.5'
force: false
- image: "windows-2022"
version: '1.6'
force: true
- image: "windows-2022"
version: '1.6'
force: false
- image: "windows-2022"
version: '1.5'
force: true
- image: "windows-2022"
version: '1.5' version: '1.5'
force: false force: false
@@ -258,7 +230,7 @@ jobs:
- '1.7.1' - '1.7.1'
- '1.8.0' - '1.8.0'
name: "Test Action (Container) - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})" name: "Test Action (Container) - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})"
runs-on: ${{ matrix.image }} runs-on: '${{ matrix.image }}'
container: container:
image: node:20 image: node:20
steps: steps: