Skip to content

Commit

Permalink
Update os image
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen committed Dec 2, 2023
1 parent 4e111e6 commit a65fc18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ skip_tags: true

version: 2.0.{build}

image: Ubuntu
image: Ubuntu2004

init:
- git config --global core.autocrlf input

before_build:
- sudo snap install dotnet-sdk --channel=8.0/stable --classic
- sudo snap alias dotnet-sdk.dotnet dotnet
- sudo wget -O - https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/microsoft.gpg
- sudo gedit /etc/apt/sources.list.d/microsoft.sources

build_script:
- git submodule init
Expand Down

0 comments on commit a65fc18

Please sign in to comment.