Skip to content

Commit

Permalink
Use Ubuntu 20.04 to build NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed May 1, 2023
1 parent 5125deb commit b1263d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15]
os: [ubuntu-20.04, macos-10.15]
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
lib-ext: so
artifact: linux-x64
- os: macos-10.15
Expand Down

0 comments on commit b1263d8

Please sign in to comment.