Skip to content

Commit

Permalink
Update compile run from 22.0x to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzemlin authored Oct 2, 2024
1 parent 393b09b commit c15475a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
compile:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Code Checkout
uses: actions/checkout@v3
Expand All @@ -26,4 +26,4 @@ jobs:
env:
VN_USERNAME: ${{ secrets.VN_USERNAME }}
VN_PASSWORD: ${{ secrets.VN_PASSWORD }}
run: docker build . --file Dockerfile --build-arg VN_USERNAME=${{ secrets.VN_USERNAME }} --build-arg VN_PASSWORD=${{ secrets.VN_PASSWORD }}
run: docker build . --file Dockerfile --build-arg VN_USERNAME=${{ secrets.VN_USERNAME }} --build-arg VN_PASSWORD=${{ secrets.VN_PASSWORD }}

0 comments on commit c15475a

Please sign in to comment.