Skip to content

Commit

Permalink
Revert Ubuntu upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 16, 2024
1 parent 14962a2 commit 8f14577
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ jobs:
fail-fast: false
matrix:
version: ['1.10', '1.11']
os: ['ubuntu-latest']
os: ['ubuntu-22.04']
arch: [x64]
test_julia: ['']
test_buildflags: ['']
include:
# special releases
- os: 'ubuntu-latest'
- os: 'ubuntu-22.04'
arch: 'x64'
version: '1.10'
test_julia: 'nightly'
- os: 'ubuntu-latest'
- os: 'ubuntu-22.04'
arch: 'x64'
version: '1.10'
test_julia: 'stable'
# directly from Git, likely built by CI
- os: 'ubuntu-latest'
- os: 'ubuntu-22.04'
arch: 'x64'
version: '1.10'
test_julia: 'master~10'
# directly from Git, force a build (see below)
- os: 'ubuntu-latest'
- os: 'ubuntu-22.04'
arch: 'x64'
version: '1.10'
test_julia: 'master'
Expand Down

0 comments on commit 8f14577

Please sign in to comment.