Skip to content

Commit 2026cff

Browse files
author
Julien Ruaux
committed
build: Updated ubuntu version
1 parent 9dc297d commit 2026cff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
name: Release
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515
with:

0 commit comments

Comments
 (0)