Skip to content

Commit

Permalink
CI: Hardcode OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMinekus committed Jun 6, 2021
1 parent a88aa12 commit caec2b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-18.04, windows-2019, macos-10.15]
sourcemod-version: [1.10-dev]
include:
- os: ubuntu-latest
- os: ubuntu-18.04
target-archs: x86,x86_64

- os: windows-latest
- os: windows-2019
target-archs: x86,x86_64

- os: macos-latest
- os: macos-10.15
target-archs: x86_64

steps:
Expand Down

0 comments on commit caec2b5

Please sign in to comment.