Skip to content

Commit

Permalink
ci: Update CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 26, 2023
1 parent 40318e5 commit 723d225
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 @@ -10,14 +10,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-22.04, windows-2022, macos-12]
arch: [x64, arm64]
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x86
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: arm
- os: windows-2019
- os: windows-2022
arch: x86

steps:
Expand All @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: 3.x

- name: Build
run: |
Expand Down

0 comments on commit 723d225

Please sign in to comment.