Skip to content

Commit

Permalink
chore: try ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Sep 11, 2024
1 parent fb3f599 commit b722806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Install C/C++ Compiler
- name: Install clang
uses: rlalik/setup-cpp-compiler@master
with:
compiler: clang-latest
Expand Down

0 comments on commit b722806

Please sign in to comment.