mirror of
https://github.com/Azure/setup-helm.git
synced 2025-12-27 11:08:17 +00:00
Macos 13 is EOL.
Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
This commit is contained in:
parent
95eab887c3
commit
3f311ac090
2 changed files with 0 additions and 2 deletions
1
.github/workflows/integration-tests.yml
vendored
1
.github/workflows/integration-tests.yml
vendored
|
|
@ -13,7 +13,6 @@ jobs:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- ubuntu-24.04-arm
|
- ubuntu-24.04-arm
|
||||||
- macos-latest # arm
|
- macos-latest # arm
|
||||||
- macos-13 # x64
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
|
|
@ -19,7 +19,6 @@ jobs:
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- windows-11-arm
|
- windows-11-arm
|
||||||
- macos-latest # arm
|
- macos-latest # arm
|
||||||
- macos-13 # x64
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue