Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fazzani authored Dec 16, 2024
1 parent f3a61df commit a101751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Build and test
steps:

Expand All @@ -32,4 +32,4 @@ jobs:

- name: Unit tests
run: dotnet test --no-restore --verbosity normal
shell: bash
shell: bash

0 comments on commit a101751

Please sign in to comment.