Skip to content

Commit

Permalink
[GitHub] update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Apr 25, 2024
1 parent 0431103 commit cbe72b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
os: [ macos-13, windows-latest, ubuntu-latest ]
arch: [ x64 ]
python: [ '3.10' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.arch }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
python: [ '3.10' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set Environment Variables
run: |
echo "S3_API_KEY=${{ secrets.S3_API_KEY }}" >> $GITHUB_ENV
Expand All @@ -121,7 +121,7 @@ jobs:
echo "TARGET_BRANCH=${TARGET_BRANCH}" >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.arch }}
Expand Down

0 comments on commit cbe72b3

Please sign in to comment.