Skip to content

Commit

Permalink
CI: move from dotnet7 to dotnet8
Browse files Browse the repository at this point in the history
The Directory.Build.targets old workaround is removed
as well because it's not needed in dotnet8 anymore.
  • Loading branch information
knocte committed Feb 5, 2024
1 parent 4c7aad2 commit 82f1f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
name: Build and Run Tests
runs-on: ubuntu-22.04
container:
image: "ubuntu:22.04"
# TODO: move to 24.04 as soon as it is published in Apr2024
image: "ubuntu:23.10"
steps:
- uses: actions/checkout@v2
- name: Install required dependencies
Expand All @@ -29,7 +30,7 @@ jobs:
# The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
apt install --yes --no-install-recommends ca-certificates
apt install --yes --no-install-recommends dotnet7
apt install --yes --no-install-recommends dotnet8
- name: Restore nuget dependencies
run: dotnet restore
Expand Down
16 changes: 0 additions & 16 deletions Directory.Build.targets

This file was deleted.

0 comments on commit 82f1f64

Please sign in to comment.