Skip to content

Commit 2a39bd1

Browse files
authored
Changing workflow to use ubuntu-24.04 instead of the outdated ubuntu-20.04
Signed-off-by: Michael Tsfoni <80639729+mtsfoni@users.noreply.github.com>
1 parent 2ac56de commit 2a39bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# This can be done by running `dotnet clean` before running `dotnet build`
1515
build-warnings:
1616
name: Build warnings check
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 30
1919
steps:
2020
- uses: actions/checkout@v3.1.0
@@ -28,7 +28,7 @@ jobs:
2828
# We end up targeting a range of runtimes, make sure they all build
2929
build:
3030
name: Runtime build check
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
strategy:
3333
matrix:
3434
runtime: [linux-x64, linux-musl-x64, linux-arm, linux-arm64, win-x64, win-x86, win-arm64, osx-x64, osx-arm64]

0 commit comments

Comments
 (0)