Skip to content

Commit

Permalink
ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Jan 18, 2025
1 parent 300dc16 commit 2f980ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ concurrency:
cancel-in-progress: true

env:
NBCONVERT_JOBS: '6'
LITERATE_PROC: '6'
NBCONVERT_JOBS: '2'
LITERATE_PROC: '2'
OPENBLAS_NUM_THREADS: '1'
JULIA_NUM_THREADS: '2'
ALLOWERRORS: 'false'
Expand All @@ -23,7 +23,7 @@ env:

jobs:
CI:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2f980ce

Please sign in to comment.