Skip to content

Commit

Permalink
build: using Ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Sep 30, 2022
1 parent 6270717 commit c47d713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, 'Releasing version') != true

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
earlyaccess:
name: EarlyAccess
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c47d713

Please sign in to comment.