Skip to content

Commit

Permalink
Revert "see if our own runner helps"
Browse files Browse the repository at this point in the history
This reverts commit 98e11fa.
  • Loading branch information
holic committed Sep 22, 2023
1 parent 98e11fa commit 6f3c856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build and validate artifacts
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
release-snapshot:
name: Publish snapshot release to npm
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest
if: github.event_name != 'workflow_dispatch'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest
services:
postgres:
image: postgres:12.1-alpine
Expand Down

0 comments on commit 6f3c856

Please sign in to comment.