Skip to content

Commit

Permalink
Try Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxuang committed Sep 2, 2023
1 parent 8a4aeb3 commit cb58cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
linux:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64 # https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json
container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-arm64 # https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cb58cc5

Please sign in to comment.