1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

ci: ubuntu 20.04 as linux actions target

This commit is contained in:
2022-11-30 15:57:48 +01:00
parent cf5247bf35
commit 4ca40c07d6
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-20.04, windows-latest]
steps: steps:
- name: Check out Git repository - name: Check out Git repository

View File

@ -5,7 +5,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- name: Check out Git repository - name: Check out Git repository
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -45,7 +45,7 @@ const workspace = computed(() => {
changeBreadcrumbs({ schema: workspace.value.breadcrumbs.schema }); changeBreadcrumbs({ schema: workspace.value.breadcrumbs.schema });
</script> </script>
<style scoped> <style lang="scss" scoped>
.empty { .empty {
height: 100%; height: 100%;
border-radius: 0; border-radius: 0;