Skip to content

Commit

Permalink
chore: stop using macos CI runners (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored Aug 20, 2024
1 parent f43b4ac commit cb16c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
node: [16, 18, 19]
name: Test on Node ${{ matrix.node }}
runs-on: macos-latest
runs-on: ubuntu-latest
env:
MOMENTO_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
CACHE_NAME: js-keyv-client-test-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "::set-output name=release::${{ steps.semrel.outputs.version }}"
publish_javascript:
# The type of runner that the job will run on
runs-on: macos-latest
runs-on: ubuntu-latest
env:
MOMENTO_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
TEST_CACHE_NAME: js-keyv-client-test-ci
Expand Down

0 comments on commit cb16c35

Please sign in to comment.