Skip to content

Commit

Permalink
Use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 19, 2024
1 parent 165f4c1 commit eba36be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
deps:
name: Dependencies
runs-on: warp-ubuntu-latest-x64-2x
runs-on: ubuntu-latest
container:
image: alpine:3.19

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
static_code_analysis:
name: Static Code Analysis
needs: deps
runs-on: warp-ubuntu-latest-x64-2x
runs-on: ubuntu-latest
container:
image: alpine:3.19

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
test:
name: Unit Tests
needs: deps
runs-on: warp-ubuntu-latest-x64-2x
runs-on: ubuntu-latest
container:
image: alpine:3.19

Expand Down

0 comments on commit eba36be

Please sign in to comment.