Skip to content

Commit

Permalink
change OS for action
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Dec 6, 2023
1 parent 0185bb5 commit ed0cc13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-2204
archs: "x86_64 i686"
- os: macos-latest
- os: macos-12
archs: "x86_64 arm64"
- os: windows-latest
- os: windows-2019
archs: "AMD64"

steps:
Expand Down

0 comments on commit ed0cc13

Please sign in to comment.