last test

This commit is contained in:
Hasan Manzak 2023-02-23 04:00:22 +03:00
parent a6dbcedf94
commit c5a977e5c9
No known key found for this signature in database
GPG Key ID: C1573806B673A138
2 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@ on:
- 'releases/*' - 'releases/*'
jobs: jobs:
ubuntu-20_04: ubuntu-latest:
name: ubuntu-20_04 name: ubuntu-latest
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

View File

@ -14,7 +14,7 @@ using static Nuke.Common.IO.FileSystemTasks;
using static Nuke.Common.Tools.DotNet.DotNetTasks; using static Nuke.Common.Tools.DotNet.DotNetTasks;
[ShutdownDotNetAfterServerBuild] [ShutdownDotNetAfterServerBuild]
[GitHubActions("ci", GitHubActionsImage.Ubuntu2004, [GitHubActions("ci", GitHubActionsImage.UbuntuLatest,
OnPullRequestBranches = new[] {"master", "releases/*"}, OnPullRequestBranches = new[] {"master", "releases/*"},
AutoGenerate = true, AutoGenerate = true,
InvokedTargets = new[] {nameof(Ci)}, InvokedTargets = new[] {nameof(Ci)},