Skip to content

Commit

Permalink
Update workflow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Sep 25, 2024
1 parent a1926c3 commit 4bee8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: Build
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -36,7 +36,7 @@ jobs:
unit-tests:
name: Unit Tests
needs: ["build"]
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4bee8ee

Please sign in to comment.