Skip to content

Commit

Permalink
Migrated to GHA v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Aug 23, 2023
1 parent 80626b9 commit 1f2d74a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install g++ cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-sve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
sudo apt-get install ninja-build
- name: Checkout xsimd
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup
run: |
mkdir _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sudo apt-get install ninja-build
- name: Checkout xsimd
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup
run: |
mkdir _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cxx-no-exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install g++ cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cxx-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
cxx-version: [11, 14, 17, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install g++ cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install doxygen python3-breathe python3-sphinx-rtd-theme
- name: Render
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
CXX=clang++-$LLVM_VERSION
echo "CXX=$CXX" >> $GITHUB_ENV
- name: Checkout xsimd
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install mamba
uses: mamba-org/provision-with-micromamba@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-${{ matrix.os }}
name: 'macos-${{ matrix.os }}'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup
run: |
mkdir _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install ninja
- name: Checkout xsimd
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup
run: |
mkdir _build
Expand Down

0 comments on commit 1f2d74a

Please sign in to comment.