Skip to content

Commit 386966e

Browse files
Back to 8 cores (pyscript#2199)
1 parent c257b70 commit 386966e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111

1212
jobs:
1313
prepare-release:
14-
runs-on: ubuntu-latest-4core
14+
runs-on: ubuntu-latest-8core
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010

1111
jobs:
1212
publish-release:
13-
runs-on: ubuntu-latest-4core
13+
runs-on: ubuntu-latest-8core
1414
permissions:
1515
id-token: write
1616
contents: read

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414

1515
jobs:
1616
publish-snapshot:
17-
runs-on: ubuntu-latest-4core
17+
runs-on: ubuntu-latest-8core
1818
permissions:
1919
contents: read
2020
id-token: write

.github/workflows/publish-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
publish-unstable:
15-
runs-on: ubuntu-latest-4core
15+
runs-on: ubuntu-latest-8core
1616
permissions:
1717
id-token: write
1818
contents: read

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
BuildAndTest:
21-
runs-on: ubuntu-latest-4core
21+
runs-on: ubuntu-latest-8core
2222
env:
2323
MINICONDA_PYTHON_VERSION: py38
2424
MINICONDA_VERSION: 4.11.0

0 commit comments

Comments
 (0)