Skip to content

Commit

Permalink
Merge pull request #141 from theohbrothers/fix/ci-bump-all-test-jobs-…
Browse files Browse the repository at this point in the history
…to-run-on-ubuntu-latest

Fix (ci): Bump all test jobs to run on `ubuntu-latest`
  • Loading branch information
leojonathanoh authored Aug 29, 2022
2 parents d9e94c3 + 2509843 commit ca3b8da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Docker #
##########
test-powershell-6-0:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:6.0.2-ubuntu-16.04
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
test-powershell-6-1:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:6.1.3-ubuntu-18.04
steps:
Expand All @@ -63,7 +63,7 @@ jobs:
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
test-powershell-6-2:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:6.2.4-ubuntu-18.04
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
test-powershell-7-0:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04
steps:
Expand All @@ -89,7 +89,7 @@ jobs:
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
test-powershell-7-1:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.1.3-ubuntu-18.04
steps:
Expand All @@ -102,7 +102,7 @@ jobs:
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
test-powershell-7-2:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.2.0-preview.4-ubuntu-18.04
steps:
Expand Down

0 comments on commit ca3b8da

Please sign in to comment.