CI: Switch Linux to ubuntu-latest

This commit is contained in:
SirLynix
2022-04-29 13:16:02 +02:00
parent 4bc849e624
commit aba548f4e5

View File

@@ -19,7 +19,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04] os: [ubuntu-latest]
arch: [x86_64] arch: [x86_64]
mode: [asan, debug, releasedbg] mode: [asan, debug, releasedbg]