Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Nov 7, 2024
1 parent 9a96453 commit ce05bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
executable: bright-cli-linux-x64
node: 20
- os: ubuntu-latest
container: fedora:39
container: fedora:40
executable: bright-cli-linux-x64
node: 20
- os: ubuntu-latest
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
brew install docker
colima start
# colima start
- name: Pull Image
run: docker pull brightsec/cli:${{ inputs.version }}
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
container: ubuntu:22.04
node: 16
- os: ubuntu-latest
container: fedora:24
container: fedora:40
node: 16
- os: ubuntu-latest
container: fedora:latest
Expand Down

0 comments on commit ce05bf1

Please sign in to comment.