Skip to content

Commit

Permalink
chore: use ubuntu-22.04 in CI since we need Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Dec 25, 2024
1 parent 3eab795 commit 963e95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-22.04, windows-latest]
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
publish:
if: contains(github.ref, 'tags/v') # only publish tagged versions
needs: [test, version]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down

0 comments on commit 963e95d

Please sign in to comment.