More updates and learning.
This commit is contained in:
parent
8ac26c8161
commit
8b8fe9fa98
4
.github/workflows/ci.cue
vendored
4
.github/workflows/ci.cue
vendored
@ -21,7 +21,9 @@ jobs: ci: {
|
|||||||
container: image: "erlang:${{matrix.otp_vsn}}"
|
container: image: "erlang:${{matrix.otp_vsn}}"
|
||||||
strategy: matrix: {
|
strategy: matrix: {
|
||||||
otp_vsn: OTP_Versions.all
|
otp_vsn: OTP_Versions.all
|
||||||
// os: ["ubuntu-latest"] // This is somewhat of a lie.
|
// This entry is a lie. The container images are Debian containers, but
|
||||||
|
// one has to specify where those containers are hosted.
|
||||||
|
os: ["ubuntu-latest"]
|
||||||
}
|
}
|
||||||
steps: [
|
steps: [
|
||||||
{uses: "actions/checkout@v2"},
|
{uses: "actions/checkout@v2"},
|
||||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -18,6 +18,8 @@ jobs:
|
|||||||
- 22.3
|
- 22.3
|
||||||
- 23.3
|
- 23.3
|
||||||
- 24.0
|
- 24.0
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Update apt-get database
|
- name: Update apt-get database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user