Skip to content

Commit

Permalink
updated runs-on: DevVer -> Ubuntu, DevInt -> Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonbeam69 committed Apr 30, 2024
1 parent 3aec5cf commit 76f4a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildandPushDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
DevVer:
runs-on: [self-hosted, ERICS-OPENSUSE-X64-2]
runs-on: [self-hosted, OPENSUSE]
strategy:
matrix:
browser: [ chrome ]
Expand All @@ -39,7 +39,7 @@ jobs:
path: target/surefire-reports/

DevInt:
runs-on: [self-hosted, ERICS-OPENSUSE-X64-2]
runs-on: [self-hosted, OPENSUSE]
needs: DevVer
strategy:
matrix:
Expand Down

0 comments on commit 76f4a31

Please sign in to comment.