Skip to content

Commit

Permalink
revert to lastest ubuntu images but with 6 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 16, 2024
1 parent caeb63f commit 4c36969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 13
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
build-linux:
name: Linux Tests
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 13
Expand Down
6 changes: 3 additions & 3 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
jobs:
- job: "lint"
pool:
vmImage: "ubuntu-24.04"
vmImage: "ubuntu-latest"
strategy:
maxParallel: 8

Expand Down Expand Up @@ -42,9 +42,9 @@ stages:
jobs:
- job: "test_linux"
pool:
vmImage: "ubuntu-24.04"
vmImage: "ubuntu-latest"
strategy:
maxParallel: 4
maxParallel: 6
timeoutInMinutes: 360

steps:
Expand Down

0 comments on commit 4c36969

Please sign in to comment.