Skip to content

Commit

Permalink
ci: use ubuntu-24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
otisnado committed Feb 5, 2025
1 parent d3c905a commit 69f328f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# TODO: Add this back once the code is in script
# formatCheck:
# name: Checks Source Code Formatting
# runs-on: ubuntu-20.04
# runs-on: ubuntu-24.04
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
##########################################################################################
build:
name: Build & Publish
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
prep_next_release:
name: Prep Next Release
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [ build ]
steps:
# Checkout development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
##########################################################################################
# format:
# name: Code Auto-Formatting
# runs-on: ubuntu-20.04
# runs-on: ubuntu-24.04
# steps:
# - uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
tests:
name: Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
DB_USER: root
DB_PASSWORD: root
Expand Down

0 comments on commit 69f328f

Please sign in to comment.