Skip to content

Commit

Permalink
bump vessel (#415)
Browse files Browse the repository at this point in the history
Also needs an `ubuntu` bump, due to the `package-set` dependency on a more recent `GLIBC` version.

Fixes #414
  • Loading branch information
ggreif committed Sep 21, 2022
1 parent c174fc4 commit 08507fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

# Remember to update me in package-set.yml as well
env:
vessel_version: "v0.6.3"
vessel_version: "v0.6.4"
moc_version: "0.7.0"

jobs:
tests:
if: github.ref != 'refs/heads/next-moc' && github.base_ref != 'refs/heads/next-moc'
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Check if Git tag exists
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
pull_request:

env:
vessel_version: "v0.6.3"
vessel_version: "v0.6.4"
moc_version: "0.7.0"

jobs:
verify:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checking out motoko-base
uses: actions/checkout@v2
Expand Down

0 comments on commit 08507fc

Please sign in to comment.