Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer committed Oct 24, 2023
1 parent 678c81a commit 604286c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_fileshot_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
strelka:
name: "build strelka fileshot daily"
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Builds Strelka Fileshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_filestream_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
strelka:
name: "build strelka filestream daily"
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Builds Strelka Filestream
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_oneshot_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
strelka:
name: "build strelka onshot daily"
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Builds Strelka Oneshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_strelka_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: "Build Strelka (Nightly)"
env:
DOCKER_BUILDKIT: 1
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Builds Strelka
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_strelka_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: "Build Strelka (Pull Request)"
env:
DOCKER_BUILDKIT: 1
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Builds Strelka
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Clone Action Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master
jobs:
style:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit 604286c

Please sign in to comment.