Skip to content

Commit

Permalink
CI: move from dotnet7 to dotnet8
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Feb 5, 2024
1 parent 4c7aad2 commit 54233f0
Showing 1 changed file with 3 additions and 2 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

0 comments on commit 54233f0

Please sign in to comment.