Skip to content

Commit

Permalink
Update default test servers
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Dec 14, 2021
1 parent d228dfc commit 9ae88ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test and Prebuild
on: [push]
jobs:
build-test-macos:
if: startsWith(github.ref, 'refs/tags/')
runs-on: macos-11
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -61,7 +62,6 @@ jobs:
- run: npm run deno-test
- run: npm test
build-alpine:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-18.04
container: node:12-alpine
steps:
Expand Down

0 comments on commit 9ae88ba

Please sign in to comment.