Skip to content

Commit

Permalink
Scale back a few CI runs (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Dec 19, 2023
1 parent 334e738 commit 245d9bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: read-all
jobs:
analyze:
name: Analyze
runs-on: large-ubuntu-22.04
runs-on: ubuntu-22.04
timeout-minutes: 360
permissions:
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-cargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-20.04, large-ubuntu-22.04, large-windows-2022]
os: [large-ubuntu-20.04, large-ubuntu-22.04, windows-2022]
toolchain: [stable]
name: ${{ matrix.os }} / ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-20.04, large-ubuntu-22.04]
os: [ubuntu-22.04]
name: Bazel Dev / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-20.04, large-ubuntu-22.04]
os: [ubuntu-22.04]
name: Cargo Dev / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
pre-commit-checks:
runs-on: large-ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: >- # v3.5.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: large-ubuntu-22.04
runs-on: ubuntu-22.04
permissions:
security-events: write
id-token: write
Expand Down

0 comments on commit 245d9bb

Please sign in to comment.