Skip to content

Commit

Permalink
Upgrading ubuntu 20.04 in github actions (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonix517 authored Mar 4, 2025
1 parent 4143f01 commit 13e8dba
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assignee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
assign:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: PR Auto Assignee
uses: kentaro-m/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
"\\[Node devnet\\]",
"\\[Docker\\]",
]
os: [ubuntu-latest, macos-14]
os: [ubuntu-24.04, macos-14]
exclude:
- os: ubuntu-latest
- os: ubuntu-24.04
suite: "\\[Etna Subnet SOV\\]"
- os: macos-14
suite: "\\[Node create\\]"
Expand All @@ -48,11 +48,11 @@ jobs:
suite: "\\[Docker\\]"
- os: macos-14
suite: "\\[Public Subnet non SOV\\]"
- os: ubuntu-latest
- os: ubuntu-24.04
suite: "\\[Etna AddRemove Validator SOV PoA\\]"
- os: ubuntu-latest
- os: ubuntu-24.04
suite: "\\[Etna AddRemove Validator SOV PoS\\]"
- os: ubuntu-latest
- os: ubuntu-24.04
suite: "\\[Etna Add Validator SOV Local\\]"
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-public-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build-public-ami-and-upload:
name: Build Public AMIs for AWS and GCP
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 45

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

release:
needs: [lint, unit_test]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-14]
os: [ubuntu-24.04, macos-14]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 13e8dba

Please sign in to comment.