Skip to content

Commit

Permalink
Upgrade CI platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld committed Sep 18, 2024
1 parent 95e5301 commit af0d47e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6]
python-version: [3.8.10]
cxx: [clang++]
std: [c++98, c++11, c++14] # TODO: c++17 is failing !

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: setup prerequisites
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
image: ${{ matrix.docker-img }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
python-version: [3.7]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: microsoft/[email protected]
Expand Down

0 comments on commit af0d47e

Please sign in to comment.