We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vessel
1 parent c174fc4 commit 08507fcCopy full SHA for 08507fc
.github/workflows/ci.yml
@@ -8,13 +8,13 @@ on:
8
9
# Remember to update me in package-set.yml as well
10
env:
11
- vessel_version: "v0.6.3"
+ vessel_version: "v0.6.4"
12
moc_version: "0.7.0"
13
14
jobs:
15
tests:
16
if: github.ref != 'refs/heads/next-moc' && github.base_ref != 'refs/heads/next-moc'
17
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
18
steps:
19
- uses: actions/checkout@v2
20
- name: Check if Git tag exists
.github/workflows/package-set.yml
@@ -7,12 +7,12 @@ on:
7
pull_request:
verify:
- name: Checking out motoko-base
uses: actions/checkout@v2
0 commit comments