diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e84a4ec..3ac4736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches-ignore: - 'dependabot/**' + - publish pull_request: jobs: @@ -10,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-16.04, windows-latest] + platform: [macos-latest, ubuntu-18.04, windows-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a773f4a..fa62c02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-16.04, windows-latest] + platform: [macos-latest, ubuntu-18.04, windows-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/src/views/Home.vue b/src/views/Home.vue index 2ddf7df..acbc950 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -65,7 +65,6 @@ export default class Home extends Vue { @Watch('selectedCalculator') async onSelectCalculator(dev: string | null) { if (dev && !this.$devices.devices[dev].info && !this.$devices.devices[dev].needsDrivers) { - console.log('open', dev); try { await this.$devices.open(dev); }catch(e) {