Skip to content

Commit

Permalink
AzPSContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayanmullick committed Apr 3, 2024
1 parent 3d75282 commit 897714d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/AzPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on: [workflow_dispatch]
jobs:

build:
runs-on: windows-latest
runs-on: ubuntu-latest #Windows has the RM modules along with Az. 'ubuntu-latest' works. But both have 2 versions older modules. 11.3 instead of 11.5.
container:
image: mcr.microsoft.com/azure-powershell:latest
steps:

- name: Check Out
Expand Down

0 comments on commit 897714d

Please sign in to comment.