Skip to content

Commit 2041111

Browse files
committed
update ubuntu to make it run
1 parent d680288 commit 2041111

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
##########################################################################################
1919
format:
2020
name: Code Auto-Formatting
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
2424

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
#############################################
4949
build:
5050
name: Build & Publish Release
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout Repository
5454
uses: actions/checkout@v4
@@ -182,7 +182,7 @@ jobs:
182182
prep_next_release:
183183
name: Prep Next Release
184184
if: github.ref != 'refs/heads/development'
185-
runs-on: ubuntu-20.04
185+
runs-on: ubuntu-latest
186186
needs: [ build ]
187187
steps:
188188
- name: Checkout Development Repository

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
##########################################################################################
2626
format:
2727
name: Code Auto-Formatting
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
3131

0 commit comments

Comments
 (0)