Skip to content

Commit

Permalink
Merge pull request #806 from open-telemetry/ubuntu-latest-deprecation
Browse files Browse the repository at this point in the history
ubuntu-latest deplrecation
  • Loading branch information
bryannaegele authored Dec 2, 2024
2 parents 0a969d1 + e9a943a commit 9f7affe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
otp_version: ["26.1.2", "24.3.4.14"]
elixir_version: ["1.15.7", "1.12.3"]
rebar3_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
exclude:
- elixir_version: "1.12.3"
- otp_version: "26.1.2"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
otp_version: ["26.1.2", "24.3.4.14"]
elixir_version: ["1.15.7", "1.12.3"]
rebar3_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
exclude:
- elixir_version: "1.12.3"
- otp_version: "26.1.2"
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
otp_version: ["26.1.2"]
elixir_version: ["1.15.7"]
rebar_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
otp_version: ["26.1.2", "24.3.4.14"]
elixir_version: ["1.15.7", "1.12.3"]
rebar3_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
exclude:
- elixir_version: "1.12.3"
- otp_version: "26.1.2"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
otp_version: ["27.1", "26.1.2", "25.3.2.7", "24.3.4.14"]
rebar3_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
include:
- otp_version: "23.3.4.19"
rebar3_version: "3.17.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
matrix:
otp_version: ["26.1.2"]
rebar3_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
matrix:
otp_version: ["26.1.2"]
rebar3_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
matrix:
otp_version: ["26.1.2", "24.3.4.14"]
rebar3_version: ["3.22.1"]
os: [ubuntu-20.04]
os: [ubuntu-24.04]
defaults:
run:
working-directory: apps/opentelemetry_semantic_conventions
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on: [pull_request_target]

jobs:
triage:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9f7affe

Please sign in to comment.