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.
1 parent 6270717 commit c47d713Copy full SHA for c47d713
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
build:
8
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
11
12
steps:
.github/workflows/early-access.yml
@@ -8,7 +8,7 @@ jobs:
earlyaccess:
name: EarlyAccess
13
- name: Checkout
14
uses: actions/checkout@v3
0 commit comments