Skip to content

Commit

Permalink
GitHub Actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Apr 19, 2024
1 parent c60e1ca commit c719d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false # Don't cancel other jobs if one fails
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: fin sysinfo
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Tests
env:
Expand Down

0 comments on commit c719d17

Please sign in to comment.