Skip to content

Commit

Permalink
Switch to arm based runners
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Jan 17, 2025
1 parent 338389b commit 3a01765
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call: {}
jobs:
benchmark:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
services:
mongodb:
image: mongo:5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run-unit-tests
- run-end-to-end-tests
- run-benchmarks
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call: {}
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
services:
mongodb:
image: mongo:5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint code
on: push
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
strategy:
matrix:
node-version: [18.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call: {}
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
services:
s3:
image: adobe/s3mock
Expand Down

0 comments on commit 3a01765

Please sign in to comment.