Skip to content

Commit

Permalink
Use updated image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Nov 22, 2023
1 parent 6bbb16b commit 85c531d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
BuildClang:
runs-on: ubuntu-latest
container: jackd13/audioplugins:clang10
container: jackd13/audioplugins:clang

steps:
- uses: actions/checkout@v2
Expand All @@ -20,7 +20,7 @@ jobs:

BuildGCC:
runs-on: ubuntu-latest
container: jackd13/audioplugins:gcc10
container: jackd13/audioplugins:gcc

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
StaticAnalysis:
runs-on: ubuntu-latest
container: jackd13/audioplugins:clang10
container: jackd13/audioplugins:clang

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 85c531d

Please sign in to comment.