Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Nov 1, 2022
1 parent 545c301 commit 6a9d561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
steps:
- uses: actions/checkout@v1.x
- uses: actions/checkout@main
- name: Setup
run: |
apt-get update && apt-get install -y curl
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: macOS-latest
name: "OS X Clang (C++11, Release)"
steps:
- uses: actions/checkout@v1.x
- uses: actions/checkout@main
- name: Build
run: |
mkdir -p build && cd build
Expand Down

0 comments on commit 6a9d561

Please sign in to comment.