Skip to content

Commit

Permalink
CI: Update Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Jul 9, 2023
1 parent c85a2f5 commit 88375fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
<% homebrew = "Homebrew" %>
<% config = {os_ver: nil, sfml: latest_sfml, crystal: "latest", docker: nil, sfml_pkg: false} %>
<% matrix = [
config.merge(os: ubuntu, os_ver: "18.04", crystal: "nightly"),
config.merge(os: ubuntu, os_ver: "22.04", crystal: "nightly"),
config.merge(docker: "crystallang/crystal:0.28.0", os: ubuntu, os_ver: "16.04", sfml_pkg: true, sfml: "2.3.2", crystal: "0.28.0"),
config.merge(os: mac),
config.merge(os: mac, sfml: homebrew, crystal: homebrew, sfml_pkg: true),
Expand Down

0 comments on commit 88375fd

Please sign in to comment.