Skip to content

Commit

Permalink
Merge pull request #24 from second-state/bump/wasmedge
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Jul 13, 2024
2 parents ccb64cc + 3c381cc commit 41dd766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install WasmEdge
run: |
VERSION=0.13.5
VERSION=0.14.0
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- --version=$VERSION -p /usr/local
- name: MySQL async examples
Expand Down

0 comments on commit 41dd766

Please sign in to comment.