Skip to content

Commit

Permalink
Bump to latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Apr 28, 2023
1 parent 1dc4507 commit 0612105
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Expand Up @@ -22,47 +22,47 @@ jobs:
cxxstd: 11,
arch: 64,
packages: 'g++ cmake doxygen',
os: ubuntu-18.04
os: ubuntu-latest
}
- {
compiler: g++,
build: autotools,
cxxstd: 11,
arch: 64,
packages: 'g++ automake doxygen git2cl',
os: ubuntu-18.04
}
- {
compiler: g++,
build: autotools,
cxxstd: 11,
arch: 32,
packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib doxygen automake git2cl',
os: ubuntu-18.04
os: ubuntu-latest
}
# - {
# compiler: g++,
# build: autotools,
# cxxstd: 11,
# arch: 32,
# packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib doxygen automake git2cl',
# os: ubuntu-18.04
# }
- {
compiler: clang++,
build: cmake,
cxxstd: 11,
arch: 64,
packages: 'clang cmake doxygen',
os: ubuntu-18.04
os: ubuntu-latest
}
- {
compiler: g++,
build: cmake,
cxxstd: 11,
arch: 64,
packages: 'g++ cmake doxygen',
os: ubuntu-20.04
os: ubuntu-latest
}
- {
compiler: clang++,
build: cmake,
cxxstd: 14,
arch: 64,
packages: 'clang cmake doxygen',
os: ubuntu-20.04
os: ubuntu-latest
}


Expand Down

0 comments on commit 0612105

Please sign in to comment.