Skip to content

Commit

Permalink
revert ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jan 28, 2024
1 parent 58f978a commit 9deb331
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20
strategy:
fail-fast: false
matrix:
Expand All @@ -13,12 +13,12 @@ jobs:
include:
- smalltalk: Pharo64-12
experimental: true
- smalltalk: Squeak64-5.3
experimental: true
- smalltalk: Squeak-5.2
experimental: true
- smalltalk: Squeak-5.1
experimental: true
# - smalltalk: Squeak64-5.3
# experimental: true
# - smalltalk: Squeak-5.2
# experimental: true
# - smalltalk: Squeak-5.1
# experimental: true
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
Expand Down

0 comments on commit 9deb331

Please sign in to comment.