Skip to content

Commit

Permalink
Update actions to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegge committed Dec 7, 2024
1 parent ec157d9 commit d80bc79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
clang: [8]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
clang: [6, 8, 10, 11, 12]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
gcc: [10]
llvm: [6, 8, 10, 11, 12]
steps:
Expand Down

0 comments on commit d80bc79

Please sign in to comment.