Skip to content

Commit 9dd70c4

Browse files
committed
Update actions/checkout
1 parent eb85a93 commit 9dd70c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
- { compiler: gcc, version: 10, build_type: Release, cppstd: 17 }
1515
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 }
1616
- { compiler: gcc, version: 12, build_type: Release, cppstd: 20 }
17-
- { compiler: clang, version: 10, build_type: Release, cppstd: 14 }
18-
- { compiler: clang, version: 10, build_type: Debug, cppstd: 17 }
17+
- { compiler: clang, version: 11, build_type: Release, cppstd: 14 }
18+
- { compiler: clang, version: 11, build_type: Debug, cppstd: 17 }
1919
- { compiler: clang, version: 12, build_type: Debug, cppstd: 17 }
2020
- { compiler: clang, version: 15, build_type: Release, cppstd: 20 }
2121
container:
2222
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
2323
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v3
2626
- name: Setup
2727
run: |
2828
apt-get update && apt-get install -y curl git

0 commit comments

Comments
 (0)