Skip to content

Commit

Permalink
Bump Ubuntu version to more recent ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
drake127 committed Sep 10, 2024
1 parent 8f75c72 commit f416a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
ubuntu_gcc:
name: ubuntu-gcc
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
defaults:
run:
shell: bash
Expand All @@ -38,7 +38,7 @@ jobs:

ubuntu_clang:
name: ubuntu-clang
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
Expand Down

0 comments on commit f416a29

Please sign in to comment.