Skip to content

Commit

Permalink
Deps: Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 036b478 commit 18ab6a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
lint:
name: 📐 Code Linting
needs: [install-build]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
HUSKY: 0
Expand All @@ -65,7 +65,7 @@ jobs:
unit-tests:
name: 🧪 Unit Testing
needs: [install-build]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
HUSKY: 0
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

format:
name: 💅 Code Formatting
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
HUSKY: 0
Expand All @@ -136,7 +136,7 @@ jobs:
types:
name: 📘 Type Checking
needs: [install-build]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
HUSKY: 0
Expand Down

0 comments on commit 18ab6a5

Please sign in to comment.