Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2022-11-01 18:17:29 +0300
committerGitHub <noreply@github.com>2022-11-01 18:17:29 +0300
commit6a9d5616712eae9e03570a3efe80dcecba1e3cd0 (patch)
tree7d290beead2c5f1118f83cfafb060cccc5a3eed0
parent545c301877eeea1099bd437f4177a555a948dbfb (diff)
Update ci.yml
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f01bb5e2..23fd4a3c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
@@ -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