Skip to content

Commit

Permalink
ci: Fix linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jul 15, 2024
1 parent 1d7a39c commit 4d7ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
container: [ubuntu:20.04, ubuntu:22.04, ubuntu:24.04]
container: ['ubuntu:20.04', 'ubuntu:22.04', 'ubuntu:24.04']

env:
CCACHE_BASEDIR: ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 4d7ad6d

Please sign in to comment.