Skip to content

Commit

Permalink
try 64
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jdu committed Apr 10, 2024
1 parent 1ebae59 commit 3746d7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/daily_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
lint:
name: Check linting
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64-cores
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -44,7 +44,7 @@ jobs:

type_checking:
name: Type Checking
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64-cores
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -63,7 +63,7 @@ jobs:
build:
needs: lint
name: Build Wheel File
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64-cores
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -90,11 +90,11 @@ jobs:
fail-fast: false
matrix:
os:
- image_name: ubuntu-latest
- image_name: ubuntu-latest-64-cores
download_name: linux
- image_name: macos-latest
download_name: macos
- image_name: windows-latest
- image_name: windows-latest-64-cores
download_name: windows
python-version: ["3.8", "3.9", "3.10", "3.11"]
cloud-provider: [aws, azure, gcp]
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
test-fips:
name: Test FIPS py-linux-3.8-${{ matrix.cloud-provider }}
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64-cores
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
if: ${{ success() || failure() }}
name: Combine coverage
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64-cores
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
doc:
needs: lint
name: Build Doc
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64-cores
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3746d7a

Please sign in to comment.