Skip to content

Commit a005ab2

Browse files
committed
run on latest ubuntu/node
1 parent 5c8634c commit a005ab2

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
push_to_registry:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-latest
2626
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
2727
steps:
2828
# Checkout latest or specific tag
@@ -79,7 +79,7 @@ jobs:
7979
8080
deploy_via_ssh:
8181
needs: push_to_registry
82-
runs-on: ubuntu-22.04
82+
runs-on: ubuntu-latest
8383
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
8484
steps:
8585
# Checkout latest or specific tag

BlazorDiffusion/EmailSender.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using BlazorDiffusion.ServiceInterface;
22
using Microsoft.AspNetCore.Identity;
33
using ServiceStack.Jobs;
4-
using ServiceStack.Messaging;
54

65
namespace BlazorDiffusion;
76

0 commit comments

Comments
 (0)