Fix build unstable to run on ubuntu-latest-8core (#1549)

* Fix build unstable to run on ubuntu-latest-8core

* ubuntu-latest to ubuntu-latest-8core
This commit is contained in:
Ted Patrick
2023-06-20 12:17:08 -05:00
committed by GitHub
parent ea9bdcc961
commit e4e8f2edae
10 changed files with 20 additions and 20 deletions

View File

@@ -85,7 +85,7 @@ jobs:
path: pyscriptjs/test_results
if-no-files-found: error
eslint:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
defaults:
run:
working-directory: pyscriptjs
@@ -118,7 +118,7 @@ jobs:
run: npx eslint src -c .eslintrc.js
Deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
needs: BuildAndTest
if: github.ref == 'refs/heads/main' # Only deploy on merge into main
permissions:

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -19,7 +19,7 @@ concurrency:
jobs:
build:
if: github.repository_owner == 'pyscript'
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -11,7 +11,7 @@ on:
jobs:
snapshot:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -95,7 +95,7 @@ jobs:
path: pyscriptjs/test_results
if-no-files-found: error
eslint:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
defaults:
run:
working-directory: pyscriptjs

View File

@@ -6,7 +6,7 @@ on:
- completed
jobs:
report:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
steps:
- uses: dorny/test-reporter@v1.6.0
with: