Skip to content

Commit

Permalink
/.github/workflows: bump hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd committed Feb 11, 2025
1 parent 6338ebe commit a71bb0c
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 a71bb0c

Please sign in to comment.