Skip to content

Commit

Permalink
Bump Ubuntu runners from 20.04 to 22.04 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Feb 13, 2025
1 parent edd523a commit 803b5a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- machine: windows-2022
log-dir: "/c/ProgramData/OpenTelemetry .NET AutoInstrumentation/logs"
- machine: ubuntu-20.04
- machine: ubuntu-22.04
log-dir: "/var/log/opentelemetry/dotnet"
- machine: macos-13
log-dir: "/var/log/opentelemetry/dotnet"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
include:
- machine: ubuntu-20.04
- machine: ubuntu-22.04
base-image: alpine-x64
os-type: linux-musl
# architecture: "x64"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
fail-fast: false
matrix:
include:
- machine: ubuntu-20.04
- machine: ubuntu-22.04
- machine: macos-13
runs-on: ${{ matrix.machine }}
steps:
Expand All @@ -168,7 +168,7 @@ jobs:
create-release:
if: github.ref_type == 'tag'
name: Create GitHub release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [ build, container-build, build-nuget-package, test-nuget-package ]
permissions:
contents: write
Expand All @@ -180,7 +180,7 @@ jobs:
path: .
- run: cp bin-alpine-x64/splunk-*.zip ./splunk-opentelemetry-dotnet-linux-musl-x64.zip
- run: cp bin-alpine-arm64/splunk-*.zip ./splunk-opentelemetry-dotnet-linux-musl-arm64.zip
- run: cp bin-ubuntu-20.04/splunk-*.zip ./splunk-opentelemetry-dotnet-linux-glibc-x64.zip
- run: cp bin-ubuntu-22.04/splunk-*.zip ./splunk-opentelemetry-dotnet-linux-glibc-x64.zip
- run: cp bin-debian-arm64/splunk-*.zip ./splunk-opentelemetry-dotnet-linux-glibc-arm64.zip
- run: cp bin-windows-2022/splunk-*.zip ./splunk-opentelemetry-dotnet-windows.zip
- run: cp bin-macos-13/splunk-*.zip ./splunk-opentelemetry-dotnet-macos.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
include:
- machine: windows-2022
log-dir: "/c/ProgramData/OpenTelemetry .NET AutoInstrumentation/logs"
- machine: ubuntu-20.04
- machine: ubuntu-22.04
log-dir: "/var/log/opentelemetry/dotnet"
- machine: macos-13
log-dir: "/var/log/opentelemetry/dotnet"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix:
base-image: [ alpine ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Test the Shell scripts from README.md in Docker container
Expand Down

0 comments on commit 803b5a4

Please sign in to comment.