Commit Graph

10 Commits

Author SHA1 Message Date
Etan Kissling 30c03da87d
Replace `apt-fast` with `apt-get` (#52)
`apt-fast` was removed from GitHub with Ubuntu 24.04:

- https://github.com/actions/runner-images/issues/10003

For compatibility, switch back to `apt-get`.
2024-10-15 13:24:35 +00:00
Miran c36724c469
update ci.yml to test Nim 2.2; also test gcc-14 (#50) 2024-09-11 07:28:01 +02:00
tersec ae476c6731
use non-EOL macOS version for GitHub Actions CI (#47) 2024-02-16 18:09:18 +00:00
jangko 2114b22035
Upgrade github action to v3 2024-01-21 06:37:34 +07:00
tersec f95968acad
remove Nim 1.2 and 1.4 support; remove travis and appveyor configs (#44) 2023-06-16 07:27:02 +00:00
tersec ff1152d2fe
remove workaround for buggy Nim cgen (#43)
* remove workaround for buggy Nim cgen

* cpp target still nonfunctional
2023-06-15 17:41:11 +00:00
tersec 05466f6205
use Nim 2.0 in CI (#41) 2023-04-07 16:04:40 +00:00
tersec 29f98cec6f
update GitHub Actions CI images from deprecated Ubuntu 18.04 to 20.04 (#37)
* update GitHub Actions CI images from deprecated Ubuntu 18.04 to 20.04

* increase maximum hello_size from 100,000 to 101,000 bytes

* increase maximum hello_size from 101,000 to 102,000 bytes
2022-08-18 11:02:20 +00:00
tersec b791c83d84
update to supported macOS GitHub CI image (#36) 2022-07-22 15:19:20 +00:00
Ștefan Talpalaru 7ab60a5917
CI: move to GitHub Actions (#31)
* CI: move to GitHub Actions
2021-11-18 00:06:05 +01:00