Skip to content

Commit

Permalink
Merge pull request #397 from dolthub/db/runners
Browse files Browse the repository at this point in the history
/.github/workflows: bump hosted runners
  • Loading branch information
coffeegoddd authored Feb 11, 2025
2 parents 6338ebe + a71bb0c commit 5ec6259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_make_parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:

- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:

- name: Check out code
Expand Down

0 comments on commit 5ec6259

Please sign in to comment.