Skip to content

Commit c47d713

Browse files
author
Julien Ruaux
committed
build: using Ubuntu latest
1 parent 6270717 commit c47d713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88

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

1212
steps:

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
earlyaccess:
99
name: EarlyAccess
1010
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3

0 commit comments

Comments
 (0)