-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: move away from an Ubuntu version variable in GH Actions
This doesn't really save us much effort and breaks CI on forks. Connects pelias/pelias#951
- Loading branch information
1 parent
8906d74
commit 1d1e309
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: | ||
- ${{ vars.UBUNTU_VERSION }} | ||
- ubuntu-22.04 | ||
node-version: | ||
- 12.x | ||
- 14.x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters