Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Goodman authored Aug 1, 2024
1 parent 5cef271 commit 607311a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ env:
LLVM_VER: 18
PYTHON_VER: 3.11
UBUNTU_CODENAME: jammy
UBUNTU_VERSION: 22.04
CMAKE_VERSION: 3.26

jobs:
build:
runs-on: ubuntu-${UBUNTU_VERSION}
runs-on: ubuntu-latest
container:
image: ghcr.io/lifting-bits/cxx-common/vcpkg-builder-ubuntu-v2:${UBUNTU_VERSION}
image: ghcr.io/lifting-bits/cxx-common/vcpkg-builder-ubuntu-v2:22.04
options: --user 1001

permissions:
Expand Down

0 comments on commit 607311a

Please sign in to comment.