Systematically change all active ubuntu-latest to ubuntu-20.04, except in upstream.yml

This commit is contained in:
Ralf W. Grosse-Kunstleve
2022-12-04 13:03:07 -08:00
parent fe06b70312
commit cdfd99526a
5 changed files with 19 additions and 19 deletions

View File

@@ -16,12 +16,12 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
arch: [x64]
cmake: ["3.23"]
include:
- runs-on: ubuntu-latest
- runs-on: ubuntu-20.04
arch: x64
cmake: 3.4