diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 020a71b..a664fab 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -24,9 +24,11 @@ jobs: - "ubuntu-latest" - "ubuntu-20.04" - "ubuntu-22.04" + - "ubuntu-24.04" - "macos-latest" - - "macos-11" - - "macos-12" + - "macos-13" + - "macos-14" + - "macos-15" - "windows-latest" - "windows-2022" - "windows-2019" diff --git a/action.yaml b/action.yaml index 231344f..3250bb4 100644 --- a/action.yaml +++ b/action.yaml @@ -10,7 +10,7 @@ inputs: version: required: false description: "Version of YQ to install" - default: "v4.35.1" + default: "v4.44.3" download-compressed: required: false description: "If 'true', downloads .tar.gz of binary rather than raw binary. Save the tubes."