Skip to content

Commit

Permalink
Use ubuntu-22.04 to avoid errors with missing .NET 6 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 28, 2024
1 parent 3516867 commit ea90119
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reflect_test_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Check changed files
outputs:
run_job: ${{ steps.check_files.outputs.run_job }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- id: get_changed_files
uses: masesgroup/retrieve-changed-files@v3
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
build_linux:
needs: build_windows
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'macos-13' ]
os: [ 'ubuntu-22.04', 'macos-latest', 'macos-13' ]
framework: [ 'net6.0', 'net8.0' ]
jdk_vendor: [ 'temurin', 'zulu', 'microsoft', 'corretto', 'oracle']
jdk_version: [ '11', '17', '21' ] # only LTS versions
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
- jdk_vendor: oracle
jdk_version: 11

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
Expand Down Expand Up @@ -880,7 +880,7 @@ jobs:
final_cleanup:
needs: [ execute_finalize ]
if: "always()"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit ea90119

Please sign in to comment.