From ba58de7d6180a03bc7550e8149bbc9746327c10e Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 24 Sep 2025 12:51:03 +0200 Subject: [PATCH] Run resolve environment test against Ubuntu only There isn't really anything platform-specific at the moment. --- .github/workflows/__resolve-environment-action.yml | 12 ------------ pr-checks/checks/resolve-environment-action.yml | 1 - 2 files changed, 13 deletions(-) diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index f7ca25276..da2d3c0f9 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -38,22 +38,10 @@ jobs: include: - os: ubuntu-latest version: default - - os: macos-latest - version: default - - os: windows-latest - version: default - os: ubuntu-latest version: linked - - os: macos-latest - version: linked - - os: windows-latest - version: linked - os: ubuntu-latest version: nightly-latest - - os: macos-latest - version: nightly-latest - - os: windows-latest - version: nightly-latest name: Resolve environment permissions: contents: read diff --git a/pr-checks/checks/resolve-environment-action.yml b/pr-checks/checks/resolve-environment-action.yml index ed78e0bdb..9722b7228 100644 --- a/pr-checks/checks/resolve-environment-action.yml +++ b/pr-checks/checks/resolve-environment-action.yml @@ -1,6 +1,5 @@ name: "Resolve environment" description: "Tests that the resolve-environment action works for Go and JavaScript/TypeScript" -operatingSystems: ["ubuntu", "macos", "windows"] versions: ["default", "linked", "nightly-latest"] steps: - uses: ./../action/init