Skip to content

Commit

Permalink
chore: use ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Dec 16, 2024
1 parent 3126a97 commit 4e46399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
build-shared-libs-linux-amd64:
name: build-shared-libs-linux-amd64 🧐
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Libs ⤵️
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
build-libs-emscripten:
name: build-libs-emscripten 🧐
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install deps ⛓️
run: |
Expand Down

0 comments on commit 4e46399

Please sign in to comment.