Skip to content

Commit

Permalink
Fall back to Ubuntu 20.04 for SOMns
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 11, 2024
1 parent 1a655c6 commit 8c0bcf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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_awfy:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.ubuntu == '' && 'ubuntu-22.04' || matrix.ubuntu }}
strategy:
fail-fast: false
matrix:
Expand All @@ -23,6 +23,7 @@ jobs:

- name: SOMns
id: somns
ubuntu: ubuntu-20.04

# - name: Pharo
# id: pharo
Expand Down

0 comments on commit 8c0bcf8

Please sign in to comment.