Skip to content

Commit

Permalink
move to ubuntu22
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 12, 2024
1 parent 530ba5a commit 83f480e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
main_job:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
NIGHTLY_BUILD_FLAGS: "valgrind --leak-check=yes"

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
./scripts/run_tools_test.sh
linux_build_with_emscripten:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Extract repo name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
shell: bash
jobs:
linux_build_and_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Extract repo name
run: echo ::set-env name=REPOSITORY_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F /
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
./threshold_encryption/te_test
./dkg_attack
linux_build_with_emscripten:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
Expand Down

0 comments on commit 83f480e

Please sign in to comment.