Skip to content

Commit

Permalink
evn
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 24, 2024
1 parent 7b0a274 commit 0636c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
matrix:
include:
- name: linux_release_64
image: ubuntu-latest
image: ${{ env.ubuntu_test }}
- name: linux_debug_64
image: ubuntu-latest
image: ${{ env.ubuntu_test }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 0636c02

Please sign in to comment.