Skip to content

Commit 6842bfb

Browse files
committed
Upgrade workflow environments to Ubuntu 22.04 across all YAML files
1 parent c350c7b commit 6842bfb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
formatCheck:
2121
name: Checks Source Code Formatting
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
##########################################################################################
2727
build:
2828
name: Build & Publish
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Checkout Repository
3232
uses: actions/checkout@v4
@@ -128,7 +128,7 @@ jobs:
128128
prep_next_release:
129129
name: Prep Next Release
130130
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
131-
runs-on: ubuntu-20.04
131+
runs-on: ubuntu-22.04
132132
needs: [ build ]
133133
steps:
134134
# Checkout development

.github/workflows/snapshot.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-22.04
2222
steps:
2323
- uses: actions/checkout@v3
2424

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
tests:
1212
name: Tests
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
env:
1515
DB_USER: root
1616
DB_PASSWORD: root

0 commit comments

Comments
 (0)