Skip to content

Commit

Permalink
use ubuntu-18.04 image for building release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgrantham-lunarg committed Jan 2, 2023
1 parent 205a185 commit 9c0e5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
config:
- {
name: "Ubuntu GCC Release",
os: ubuntu-latest,
os: ubuntu-18.04,
artifact: "gfxreconstruct-ubuntu-gcc-release",
cc: "gcc", cxx: "g++"
}
Expand Down

0 comments on commit 9c0e5a3

Please sign in to comment.